level 2
白羊lele111
楼主
@echo off&title COLG
setlocal
set /a i = 1
:1
if %i% == 4 goto 2
cls
echo.
echo.
echo.
echo hi~ 现在开始清理TX进程
echo.
echo ┌ ┐
echo 第 %i% 次
echo └ ┘
call :kill
set /a i = %i% + 1
goto 1
:2
cls
echo.
echo.
echo.
echo ┌ ┐
echo 清理完成
echo.
echo 拜拜~
echo └ ┘
ping -n 3 127.1>nul
exit
:kill
::taskkill /f /im CrossProxy.exe 2>nul
taskkill /f /im TenioDL.exe 2>nul
taskkill /f /im Tencentdl.exe 2>nul
taskkill /f /im TXPlatform.exe 2>nul
taskkill /f /im TASLogin.exe 2>nul
taskkill /f /im BackgroundDownloader.exe 2>nul
taskkill /f /im QQLogin.exe 2>nul
taskkill /f /im QQExternal.exe 2>nul
taskkill /f /im TenSafe_1.exe 2>nul
taskkill /f /im TenSafe_2.exe 2>nul
taskkill /f /im TenSafe.exe 2>nul
taskkill /f /im TenSafe.exe_1 2>nul
taskkill /f /im QQDL.exe 2>nul
taskkill /f /im Client.exe 2>nul
ping -n 6 127.1>nul
goto :eof
2015年12月05日 00点12分
1
setlocal
set /a i = 1
:1
if %i% == 4 goto 2
cls
echo.
echo.
echo.
echo hi~ 现在开始清理TX进程
echo.
echo ┌ ┐
echo 第 %i% 次
echo └ ┘
call :kill
set /a i = %i% + 1
goto 1
:2
cls
echo.
echo.
echo.
echo ┌ ┐
echo 清理完成
echo.
echo 拜拜~
echo └ ┘
ping -n 3 127.1>nul
exit
:kill
::taskkill /f /im CrossProxy.exe 2>nul
taskkill /f /im TenioDL.exe 2>nul
taskkill /f /im Tencentdl.exe 2>nul
taskkill /f /im TXPlatform.exe 2>nul
taskkill /f /im TASLogin.exe 2>nul
taskkill /f /im BackgroundDownloader.exe 2>nul
taskkill /f /im QQLogin.exe 2>nul
taskkill /f /im QQExternal.exe 2>nul
taskkill /f /im TenSafe_1.exe 2>nul
taskkill /f /im TenSafe_2.exe 2>nul
taskkill /f /im TenSafe.exe 2>nul
taskkill /f /im TenSafe.exe_1 2>nul
taskkill /f /im QQDL.exe 2>nul
taskkill /f /im Client.exe 2>nul
ping -n 6 127.1>nul
goto :eof