Forum Discussion
karkadil
15 years agoValued Contributor
Sys.OleObject("WScript.Shell").Run("""C:\Program Files\application.exe""")
if you need to run your application with parameters, then
Sys.OleObject("WScript.Shell").Run("""C:\Program Files\application.exe"" param1 param2""")
And I really recommend you to start learning the language you are using in your scripts, because you need to be able not only recording scripts, but also write them manually...
if you need to run your application with parameters, then
Sys.OleObject("WScript.Shell").Run("""C:\Program Files\application.exe"" param1 param2""")
And I really recommend you to start learning the language you are using in your scripts, because you need to be able not only recording scripts, but also write them manually...
Related Content
- 4 years ago
- 9 years ago
- 6 years ago
Recent Discussions
- 4 days ago
- 4 days ago