hucuibai 当前离线
四级士官
wmic process where "name='qq.exe'" list briefecho !errorlevel!COPY
wmic process where "name='qq.exe'" list brief&&echo ok||echo failedCOPY
评分人数
dennisle (Dennis Lee)当前离线
二级士官
@echo offwmic process where "name='qq.exe'" list brief 2>nul | findstr /i "qq.exe">nul 2>nulecho %errorlevel%pause>nulCOPY
TOP
:lpwmic process list brief|find /i "qq.exe">nul&&goto lp||start "" "E:\Program Files\QQ\Bin\QQ.exe"&goto lpCOPY
for /f "skip=2 tokens=2 delims= " %%a in ('wmic process where "name='qq.exe'" list brief') do echo %%aCOPY
CrLf 当前离线
论坛巡查
namejm (闭关中)当前离线
批处理代码写手
荣誉版主
Hello123World 当前离线
lxzzr (庄生晓梦)当前离线