windows下bat腳本關閉某端口服務

@echo off
set port=8088
for /f "tokens=1-5" %%i in ('netstat -ano^|findstr ":%port%"') do taskkill /pid %%mtoken

相關文章
相關標籤/搜索