@echo off
rem ▲程序开发者:霡霂雰霏
rem ▲起始开发时间:2013年5月26日 13:57:27
rem ▲开始
rem ▲清理全盘指定类型垃圾
for %%l in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do for %%i in (temp tmp _detmp _dd _mp syd $db db$ ftg fts gid chk #res mch diz fnd prv old wbk xlk cdr_ err bak dmp) do del /q /s %%l:\*.%%i
pause
rem ▲清理全盘特定垃圾
for %%i in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do del /s /q thumbs.db
pause
del /s /q %temp%\*.*
pause