On May 16, 4:21 am, Miztiik <Mizt...[ at ]discussions.microsoft.com> wrote:
[Quoted Text] > hope this helps > create a vbs script and call you batch file within that > Dim oShell > Set oShell = WScript.CreateObject ("WSCript.shell") > oShell.run "cmd /K BATCH_FILE_LOCATION/bgtester.bat",0,false > Set oShell = Nothing
This is a good suggestion. I just tried. It works. Thanks
|