gt6974a
02-12-2004, 05:04 PM
I have a script that works fine on my Win2K machine w/o MS Visual Studio installed but on my winXP when I run the script I get a DLL initialization failed
says line is
var WshShell = new ActiveXObject("WScript.Shell")
if I cancel and then try to run I get
var oExec = WshShell.Exec(szCmdLine) where it says WshShell is null not an object
this makes since b/c of the first error but don't understand what I'm doing wrong
says line is
var WshShell = new ActiveXObject("WScript.Shell")
if I cancel and then try to run I get
var oExec = WshShell.Exec(szCmdLine) where it says WshShell is null not an object
this makes since b/c of the first error but don't understand what I'm doing wrong