Forum Discussion

msmith_1's avatar
msmith_1
Occasional Contributor
11 years ago

Trouble with wScript.Shell

Hello, I'm trying to shell out to one of our tested apps with the following script: Sub StartE2Shop()   dim objShell   Set objShell = Sys.OleObject("WScript.Shell")   ...