WSH Remote Scripting Question - TechRepublic
General discussion
September 4, 2002 at 11:59 PM
bfishell

WSH Remote Scripting Question

by bfishell . Updated 23 years, 10 months ago

Hello,
I have tried to run a remote VBS script using the WshRemote object. I get an error at the following line of code:

Set RemoteScript = Controller.CreateScript(“test.js”, “remoteserver”)

I get the following error:
Error: ActiveX compontent can’t create object
Code: 800A01AD
Source: M1crosoft VBScript runtime error

Can anyone help me out here? Thanks in advance.

This discussion is locked

All Comments