quote:Originally posted by -!Felu!- code:var Shell = new ActiveXObject('WScript.Shell'); Shell.Run("c:\\program.exe");//You need to use "\\" instead of "\"
code:var Shell = new ActiveXObject('WScript.Shell'); Shell.Run("c:\\program.exe");//You need to use "\\" instead of "\"