加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Ai2Stopbud.bat 172 Bytes
一键复制 编辑 原始数据 按行查看 历史
fsyzty 提交于 2023-09-16 19:47 . v185a-887-ga12e311ba
@echo off
rem port 9990
for /f "tokens=1-5" %%i in ('netstat -ano^|findstr ":9990"') do (
echo kill the process %%m use the port 9990
taskkill /F /T /pid %%m
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化