Forum Discussion
rlent
15 years agoContributor
I'm able to call the tested app, but I haven't figured out yet how to call it with parameters.
Sys.OleObject("WScript.Shell").Exec("cmd /c ""C:\\Program Files (x86)\\Path\\App.exe""")
This works, but I need to be able to use parameters, if anyone has any ideas, I would really appreciate it.
Sys.OleObject("WScript.Shell").Exec("cmd /c ""C:\\Program Files (x86)\\Path\\App.exe""")
This works, but I need to be able to use parameters, if anyone has any ideas, I would really appreciate it.