@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格式...........................