Run remotу VBScript
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I try to run remote WSH script (sample from MSDN): var oController = new ActiveXObject("WSHController"); var oProcess = oController.CreateScript("c:\\wsh5.6\\beenhere.wsf", "remmachine"); but have the error on all comp when i test it. "..can't create activex object.." on second line ( "CreateScript" ) why is it? Thanks Ernst Maurer