Unable to communicate with cmdlib.wsc

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

When I try to run pagefileconfig.vbs to set my pagefile on my XPe machine I
get a Unable to Communicate with cmlib.wsc

Has anyone seen this, or know how to solve this?

That file is in my system32 folder were it should be
 
Weird.. Seems like another bug is there.

Assuming "Windows Script Engines" was included in your image, please register scrobj.dll library at run time. (either do regsvr32
scrobj.dll at run time, or set up FBA COM registration request).

The scrobj is the implementation that will bring missing Microsoft.CmdLib COM class.

Let us know if it helps.
 
Can't I just so a regsvr32 scrobj.dll after runtime?

I did a regsvr32 c:\windows\system32\cmdlib.wsc and that worked for me.

My vb scripts has always worked.
 
Jason,
Can't I just so a regsvr32 scrobj.dll after runtime?


As I said, you just have to issue a command like "regsvr32 scrobj.dll". How and when you do that - not really important. Sorry if it
wasn't clear.
 
Back
Top