Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
Joined: Apr 2006
Status: Away
|
RE: Run commands from script
code: var Shell = new ActiveXObject('WScript.Shell');
Shell.Run("c:\\program.exe");//You need to use "\\" instead of "\"
This post was edited on 09-11-2006 at 11:01 AM by Felu.
|
|