Hi
I need to call a remote batch file from VBScript. I try to use this:
Set MyShell = CreateObject("WScript.Shell")
MyShell.Run(???)
The program I need to call is
Program.bat -a "USD_WS" -ref "42" -sf "xxx" -sfns "yyyy" -u "id" -desc "description zzz"
How should I write this line? I don't know the format.
MyShell.Run(...)
Thanks a lot.
Jirong
I need to call a remote batch file from VBScript. I try to use this:
Set MyShell = CreateObject("WScript.Shell")
MyShell.Run(???)
The program I need to call is
Program.bat -a "USD_WS" -ref "42" -sf "xxx" -sfns "yyyy" -u "id" -desc "description zzz"
How should I write this line? I don't know the format.
MyShell.Run(...)
Thanks a lot.
Jirong