| |
holtitan
Posts: 26
Score: 0
Joined: 3/28/2005
From:
Status: offline
|
I'm trying to run the ping.vbs script on a remote machine. The machine exists and no matter what script I try to execute remotely I get the following error/Code: ActiveX component can't create object, Code 800A01AD Is there a .dll file that I'm missing? Dim Controller, RemoteScript Set Controller = WScript.CreateObject("WSHController") Set RemoteScript = Controller.CreateScript("ping.vbs", "computername") RemoteScript.Execute Do While RemoteScript.Status <> 2 WScript.Sleep 100 Loop
|
|