I have tried using the wscript command with local file share and it works perfectly.
Ex: wscript \\192.168.10.1\script\hello.vbs
Is there any way I can run the file from remote HTTP server?
Something like: wscript http://192.168.10.1/script/hello.vbs
TIA
bitsadmin /transfer myDownloads /download /priority normal http://192.168.10.1/test.vbs C:\DATA\test.vbs & wscript "C:\DATA\test.vbs"Thanks.