Forum Discussion
baxatob
9 years agoCommunity Hero
tristaanogre
9 years agoEsteemed Contributor
You could also just fire up a shell and call the Exec method.
Sys.OleObject("WScript.Shell").Exec("cmd /c ""C:\MyDir\MyBat.bat""")
You could also just fire up a shell and call the Exec method.
Sys.OleObject("WScript.Shell").Exec("cmd /c ""C:\MyDir\MyBat.bat""")