spachtler
Feb 8 2004, 10:56 AM
hi,
in my file i want to use the taskkill 2 times,
for nav2004 and for winamp. but when it
runs the first time, its command window
stays open and nothing happens...
if i close it manually, the hole installation
stops........
what can i do? any ideas?
spachtler
kaya
Feb 10 2004, 06:16 AM
Have you used the taskkill switches?:
CODE
taskkill.exe /F /IM winamp.exe
spachtler
Feb 10 2004, 02:41 PM
problem is solved, thx.....
OldMan
Feb 10 2004, 02:43 PM
For NAV2004 you should use:
CODE
"taskkill /F /IM CfgWiz.exe"
This worked for me.
The Old Dude