You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
km_community/deploy/kykms/stop.bat

1 line
84 B

for /f "tokens=5" %%a in ('netstat -ano ^| findstr "7080"') do taskkill /f /pid %%a