B
Ben-Zion Joselson
Due to startup conflicts in Windows 2000 SP4 between
NIS2004 Pro and other applications, I replaced in
HKLM...run key a few .exe values with .bat values, e.g.:
"C:\Program Files\Common Files\Symantec Shared\ccApp.exe"
was replaced by:
"C:\Program Files\Common Files\Symantec Shared\ccApp.bat"
and ccApp.bat consists of:
sleep 10
"C:\Program Files\Common Files\Symantec Shared\ccApp.exe"
[sleep.exe taken from Windows NT4.0 Wrkstn ResKit Tools].
Now things look fine but the cmd windows are opened by
the .bat files and I have to close them manually.
What command line should I add at the end of each .bat
file to make the cmd windows automatically close after
the .bat is executed?
I prefer to stay within the Windows 2000 Command
Reference, if possible.
NIS2004 Pro and other applications, I replaced in
HKLM...run key a few .exe values with .bat values, e.g.:
"C:\Program Files\Common Files\Symantec Shared\ccApp.exe"
was replaced by:
"C:\Program Files\Common Files\Symantec Shared\ccApp.bat"
and ccApp.bat consists of:
sleep 10
"C:\Program Files\Common Files\Symantec Shared\ccApp.exe"
[sleep.exe taken from Windows NT4.0 Wrkstn ResKit Tools].
Now things look fine but the cmd windows are opened by
the .bat files and I have to close them manually.
What command line should I add at the end of each .bat
file to make the cmd windows automatically close after
the .bat is executed?
I prefer to stay within the Windows 2000 Command
Reference, if possible.