寻找了一个清除迅雷看看缓存的方法!!下面是批处理!很简单!!!
@echo off
del /f /s /q "C:\Documents and Settings\All Users\Application Data\thunder_vod_cache\*.*"
cd ..
rd /s /q "C:\Documents and Settings\All Users\Application Data\thunder_vod_cache"
del /f /s /q "d:\thunder_vod_cache\*.*"
cd..
rd /s /q "d:\thunder_vod_cache"
cd..
del /f /s /q "e:\thunder_vod_cache\*.*"
cd..
rd /s /q "e:\thunder_vod_cache"
cd..
del /f /s /q "f:\thunder_vod_cache\*.*"
cd..
rd /s /q "f:\thunder_vod_cache"
cd..
@echo 清理完成
pause
自己建个批处理,批处理内容为上面的,当然如果你的硬盘有更多分区,还可以自己复制其中的一些后改一下!
存储为.cmd格式...........................