V
v2win
Guest
On WinXPSP3, fully patched.
I would like to execute a small batch file by executing a quicklaunch
toolbar shortcut whose target is a .cmd file on the C:\ drive. Everything
works as intended, but I don't want the command window appearing on the
desktop and remaining open until the launched app. closes. Is there
something that I can add to the script to allow this to execute in the
background, without the command window launching on the desktop?
The content of the file is something like this:
echo off
(net start service 1)&&(net start service 2)&&(net start service 3)
"C:\Program Files\Product Directory\exec\app.exe"
--
V2
I would like to execute a small batch file by executing a quicklaunch
toolbar shortcut whose target is a .cmd file on the C:\ drive. Everything
works as intended, but I don't want the command window appearing on the
desktop and remaining open until the launched app. closes. Is there
something that I can add to the script to allow this to execute in the
background, without the command window launching on the desktop?
The content of the file is something like this:
echo off
(net start service 1)&&(net start service 2)&&(net start service 3)
"C:\Program Files\Product Directory\exec\app.exe"
--
V2