How to kill process from batch file

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Is there an equivalent to the W2K "kill process" command
in XP? I need to end a process from a command file before
running backups.

Thanks
 
Dave said:
Is there an equivalent to the W2K "kill process" command
in XP? I need to end a process from a command file before
running backups.

Hi

WinXP Pro comes with taskkill.exe builtin, and for WinXP Home
(as well as Pro) you can e.g. use the command line tool
PsKill.exe in the free PsTools suite at http://www.sysinternals.com/
 
Back
Top