Y
Y
yazhog2016-01-21 02:36:31
cmd/bat
yazhog, 2016-01-21 02:36:31

How to kill only background process?

The problem is of the following nature, several program.exe are running, when one of the processes shuts down for some time, it still "hangs" in the background and does something (sometimes for a very long time).
It is necessary to terminate this particular process, which has become background, from the command line, the rest should continue to work.
Upd: Everything should happen automatically, processes work on servers (batch file is looped)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2016-01-21
@saboteur_kiev

you need to know his PID and kill by PID

V
Vitaly, 2016-01-21
@Neolith

In the task manager, add the "PID" column, fix the process number. Further from the command line "taskkill / pid process_id".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question