ngd 当前离线
上等兵
flyinnet9 当前离线
少尉
@echo off for /f "tokens=10" %%a in ('tasklist /v /nh /fo table /fi "IMAGENAME eq cmd.exe"') do echo.%%a pause复制代码
TOP