Forum Discussion
Ryan_Moran
11 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");
- iamraj0911 years agoContributor
Hello Ryan_Moran
Thanks for the reply ....I have tried the way you said but it is not working ..it is throwing an error ....