Solving development problems  |  About this blog

Archive for the ‘process kill’ tag

Kill a process from BAT (batch) file

Just put this command with name of your process:

taskkill /F /IM MyProgram.exe

Written by Avivo

June 4th, 2009 at 2:49 pm