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

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -