Forum Discussion
Ravik
8 years agoSuper Contributor
try like this-
Set shell = CreateObject("WScript.Shell")
shell.Run "cmd /k myBatch.bat", 1, True
Related Content
Recent Discussions
- 9 hours ago
try like this-
Set shell = CreateObject("WScript.Shell")
shell.Run "cmd /k myBatch.bat", 1, True