I used the following example to run my batch program. Now I need to kill it and start again.
How do I do that ? I am unable to find the instance in Task Manager.
Dim oShell Set oShell = WScript.CreateObject ("WScript.Shell") oShell.run "cmd /K CD C:\ & Dir" Set oShell = Nothing
↧
Script - unhide
↧