Return to Snippet

Revision: 34576
at October 25, 2010 20:00 by fahrenx


Initial Code
netstat -anr | findstr 8080
taskkill /F /PID [PID found by previous command]

Initial URL

                                

Initial Description

                                

Initial Title
killing process on given port [Windows]

Initial Tags

                                

Initial Language
DOS Batch