kill a group of applications in one shot

  • Thread starter Thread starter Kirk
  • Start date Start date
K

Kirk

Is there a way to kill 3 or 4 apps in on shot ? like
maybe a batch file. I have a 3rd party program that runs
on top of Autocad that will crash and I have to go into
the task manager and kill 3 or 4 exe's before reloading
the program. Its a real pain 4 or 5 times a day
And sometimes i just have to reboot even after killing
the apps
 
If you have pro put in a shortcut

cmd /c taskkill /im notepad.exe /f /t & taskkill /im wordpad.exe /f /t & taskkill /im explorer.exe /f /t

The thing to note is & seperates commands.
 
Back
Top