Solving development problems  |  About this blog

Kill a process from BAT (batch) file

Just put this command with name of your process:

taskkill /F /IM MyProgram.exe

blog comments powered by Disqus