General discussion
September 29, 2006 at 08:50 PM
borginva

Batch File Killing Help

by borginva . Updated 19 years, 10 months ago

In a batch file, I have the command:

kill /f callanalyzer.exe

Instead of closing the running processors, the screen will constantly scroll:

C:\temp>kill callanalyzer.exe

And never pass that point.

What can be done to make it close the running processors (if exists) and then move on?

Kill is for 2000 and taskkill is for XP. So in the end my batch file is going to have both:

kill /f callanalyzer.exe
taskkill /f /im callanalyzer.exe

Thank you.

This discussion is locked

All Comments