Forum Discussion
Ryan_Moran
12 years agoValued Contributor
Does it work any different if you run the application with a shell command?
JScript ex:
JScript ex:
wshell = new ActiveXObject('WScript.Shell');
wshell.run("C:\MyApplication.exe");