Just Replace "commandname" with the path and exe that you want to run, and replace /a /b /c with any command line switches that you have.
dim wsh
set wsh = createobject("WScript.Shell")
wsh.Run "commandname /a /b /c", 0, 1
Reputation Points: 361
Solved Threads: 214
Taboo Programmer
Offline 2,413 posts
since Dec 2004