Mar 24, 2005 #1 pho01 Programmer Mar 17, 2003 218 US Does anyone know what a dos command is to kill a windows process? For example, i want to create a bat file that kill the process 'update32.exe' if it's running. Thanks!
Does anyone know what a dos command is to kill a windows process? For example, i want to create a bat file that kill the process 'update32.exe' if it's running. Thanks!
Mar 25, 2005 #3 Niksen IS-IT--Management Apr 25, 2002 211 EU You can force kill processes with the microsoft kill tool. get from here: http://www.petri.co.il/download_free_reskit_tools.htm bst rgds Upvote 0 Downvote
You can force kill processes with the microsoft kill tool. get from here: http://www.petri.co.il/download_free_reskit_tools.htm bst rgds
Mar 28, 2005 #4 ITPangaeaArchitect MIS Sep 20, 2004 946 US use tskill syntax is: tskill <processname> tskill <pid> *pid can be found in task manager tskill /? -Brandon Wilson MCSE00/03, MCSA:Messaging, MCSA03, A+ almost got a paragraph there Upvote 0 Downvote
use tskill syntax is: tskill <processname> tskill <pid> *pid can be found in task manager tskill /? -Brandon Wilson MCSE00/03, MCSA:Messaging, MCSA03, A+ almost got a paragraph there