摘要: windows @echo off setlocal enabledelayedexpansion for /f "tokens=1-5" %%a in ('netstat -ano ^| find ":5500"') do ( if "%%e%" == "" ( set pid=%%d ) els 阅读全文
posted @ 2020-12-18 09:30 jiangxiaobo 阅读(349) 评论(0) 推荐(0) 编辑