/ Published in: DOS Batch
Expand |
Embed | Plain Text
netstat -anr | findstr 8080 taskkill /F /PID [PID found by previous command]
Comments
Subscribe to comments
You need to login to post a comment.
fahrenx on 10/25/10
3 people have marked this snippet as a favorite
netstat -anr | findstr 8080 taskkill /F /PID [PID found by previous command]
Subscribe to comments
You need to login to post a comment.
You can also try: netstat -abo|findstr 8080