windows - How do I kill a task in batch? -


i having problems taskkill in batch, trying kill vbscript in sleep x amount of seconds. want kill task: http://i.imgur.com/nnvf1fh.png

but somehow seem wrong, have no clue part of task have write in taskkill x

thank in advance!

this kill without knowing pid, kill all instances of wscript.exe.

taskkill /f /im wscript.exe 

Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -