kk88996797 当前离线
列兵
TOP
gawk 当前离线
少将
@echo off REM 以监控记事本进程为例 tasklist | findstr /i "notepad.exe" if errorlevel 1 ( echo 进程不存在 ) else ( echo 进程存在 start "" "C:\Windows\System32\calc.exe" ) pause复制代码