Forum Discussion
AlexeyKolosov
Staff
14 years agoHi Jordan,
There is a couple of ways to do that:
1. You can add your batch file as a TestedApps item.
2. Run you batch file from the script:
Sub Test
Set obj = Sys.OleObject("WScript.Shell")
obj.Run("c:\test.bat")
End Sub