killing process on given port [Windows]


/ Published in: DOS Batch
Save to your folder(s)



Copy this code and paste it in your HTML
  1. netstat -anr | findstr 8080
  2. taskkill /F /PID [PID found by previous command]

Report this snippet


Comments


You need to login to view comments.