
CODE: [Copy to clipboard][ Last edited by HAT on 2008-9-20 at 01:29 PM ]@echo off
for /f "skip=4 tokens=1,2 delims=:" %%a in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Tencent\QQ" /v "Install"') do (
set QQPathL=%%a
set QQPathR=%%b
)
set QQPath=%QQPathL:~-1%:%QQPathR%
del /q /f "%QQPath%ad\*.*">nul 2>nul
rd /q /s "%QQPath%ad">nul 2>nul
CODE: [Copy to clipboard]各有所长吧del /s /q "C:\Program Files\Tencent\QQ\ad\*.*"
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |