| |
jbellis
Posts: 1
Score: 0
Joined: 10/8/2007
Status: offline
|
Here is the entire script: CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False (It's just to run a .bat file w/o a console window.) On my machine it works fine. On some machines though it gives Error: Library not registered Code: 8002801D Most of what google turns up seems to be about IIS which is not relevant here. I did find one suggestion to try regsvr32 c:\windows\system32\wshom.ocx but that does not seem to be the problem. (When I unregister that on my machine, I get a different error -- ActiveX component can't create object: Wscript.shell.) Any ideas?
|
|