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
- 2 years ago
Recent Discussions
- 4 days ago
try like this-
Set shell = CreateObject("WScript.Shell")
shell.Run "cmd /k myBatch.bat", 1, True