Exec.vbs Example


Exec.Vbs /e "notepad mytext.txt" /S MyMachine
opens the file MyText.txt using NotePad on the computer MyMachine.
Exec.Vbs /x 1120 /S MyMachine
stops the process with a process ID of 1120 on the computer MyMachine.