del /f /q %userprofile%\cookies\*.*
(刪除當前用戶檔案夾中cookies檔夾中的所有 文件)
del /f /q %userprofile%\recent\*.*
(刪除當前用戶檔案夾中recent檔夾中的所有檔)
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
(刪除當前用戶檔案夾中Local Settings\Temporary Internet Files\中的所有檔)
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
(刪除當前用戶檔案夾中Local Settings\Temp\中的所有檔)
del /f /s /q "%userprofile%\recent\*.*"
(刪除當前用戶檔案夾中recent檔夾中的所有文 件)
echo 清除系統垃圾完成!
(螢幕顯示“清除系統垃圾完成!”)
echo. & pause
(螢幕顯示“Press any key to continue...”)
注:echo.的作用是使螢幕上回顯一空行
[ Last edited by sodown on 2007-12-1 at 09:54 AM ]作者: AlexChang 時間: 2007-12-1 09:41 PM 謝謝 sodown 版主∼
這篇分析文章對我非常有幫助,尤其是%..%這些批次指令,在dos時期是從未接觸及學過∼
以後在Windows模式下,要撰寫批次檔時可供參考,收下到個人資料庫裡了.
[ Last edited by AlexChang on 2007-12-1 at 09:43 PM ]作者: 牛果 時間: 2008-10-6 08:06 PM 謝謝 sodown 版主
今天我見識到了他的方便,只是還不懂就給他雄雄用下去,當中有些砍不掉,說程式使用中,現在這篇文章解說可使我了解更多。