Posts by Eduardo Moritz • 21 points
1 post
-
1
votes1
answer290
viewsQ: Process manipulation with Javascript
I’d like to know how I give kill in a process running with javascript. To do this with the cmd you must first list capture the PID and execute the command taskKill with the PID as follows: netstat…