复制代码
- @echo off
- color b0
- set a=28
- set b=1
- :ren
- set /a a+=3
- set /a b+=1
- @mode con: cols=%a%
- lines=%b%
- if %a% lss 100 goto ren
- pause
- wmic process call create "D:\Program Files\Tencent\QQ\QQ.exe"
- ::wmic process where name ='qq.exe' call terminate
- wmic process where name="qq.exe" call terminate
- @echo off
- color 2b
- set a=90
- set b=20
- :hui
- set /a a-=3
- set /a b-=1
- @mode con: cols=%a%
- lines=%b%
- if
- %b% GEQ 2 goto hui
- msg *
- "
- 砍杀了qq.exe" &vbcr &vbcr &vbcr &vbcr
- pause
欢迎光临 批处理之家 (http://www.bathome.net/) | Powered by Discuz! 7.2 |