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
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215