You might come acrosss a situation where you would want to terminate a process
with a batch file. Below is a sample script to do so.
@ echo off REM Sample Script to look for a process and kill another process if
earlier process is not running REM Error level 1