quote:
Originally posted by Chris Boulton
Starting a program:
var shell = new ActiveXObject("wscript.shell");
shell.Run("notepad.exe");
(Will start notepad.exe)
How would you start an application not in the default windows directory, like iTunes, XFire, FireFox, etc.?