Forum Discussion
Ryan_Moran
10 years agoValued Contributor
Try using shell.Run instead of Exec to see if it produces different results.
Ex:
wshell = new ActiveXObject('WScript.Shell');
wshell.run("C:\\Program Files (x86)\\CompanyName\\Software\\Version4.1\\XXX.exe");