jzsgyml 当前离线
五级士官
522235677 (张三)当前离线
少校
tasklist|find /i "aaa.exe" && exit || goto aaa复制代码
TOP
gawk 当前离线
少将
@echo off tasklist | findstr "AAA.exe" && goto :AAA goto :eof :AAA echo hello pause复制代码