
CODE: [Copy to clipboard][ Last edited by far on 2010-8-27 at 18:50 ]@echo off
:1
for /f %%i in ('tasklist.exe /fi "IMAGENAME eq QQ.exe"^|findstr /i "QQ.exe"') do set a=%%i
echo "%a%"
if "%a%" NEQ "" taskkill /f /im QQ.exe
ping -n 10 127.0.0.1>nul
goto 1
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |