发布网友 发布时间:2024-10-24 13:48
我来回答
共2个回答
热心网友 时间:2024-11-05 00:47
BAT代码如下:tasklist | find/i "a.exe"if %errorlevel%==0 ( b.exe goto end )c.exe:end
IF EXIST a.exe (b.exe) ELSE (c.exe)