tenchi86
10-02-05, 11:47 AM
Hello, I asked this same question awhile ago when I was using XP. I am now on 2k but think the commands should be the same. My goal is to have a file that will stop firefox, trillian, and winamp with one click. Right now I have tried
@ECHO OFF
taskkill /f trillian.exe
taskkill /f winamp.exe
taskkill /f firefox.exe
@ECHO OFF
taskkill /f /im trillian.exe
taskkill /f /im winamp.exe
taskkill /f /im firefox.exe
I have also tried both ways without the .exe on the end. I am running Windows 2k sp4. Thanks for any help.
@ECHO OFF
taskkill /f trillian.exe
taskkill /f winamp.exe
taskkill /f firefox.exe
@ECHO OFF
taskkill /f /im trillian.exe
taskkill /f /im winamp.exe
taskkill /f /im firefox.exe
I have also tried both ways without the .exe on the end. I am running Windows 2k sp4. Thanks for any help.