@echo off
echo +++++++++++++++++++++++++++++++++++
echo [ Clear Rubbish,Please Wait ... ]
echo +++++++++++++++++++++++++++++++++++
echo.
echo ***********************************
echo Clear RECYCLER Dir:
echo -----------------------------------
del /f /s /q "C:\RECYCLER\*.*"
del /f /s /q "D:\RECYCLER\*.*"
del /f /s /q "%systemdrive%\RECYCLER\*.*"
echo.
echo ***********************************
echo Clear System Dir:
echo -----------------------------------
del /f /s /q "%systemdrive%\*.tmp"
del /f /s /q "%systemdrive%\*._mp"
del /f /s /q "%systemdrive%\*.log"
del /f /s /q "%systemdrive%\*.gid"
del /f /s /q "%systemdrive%\*.chk"
del /f /s /q "%systemdrive%\*.old"
echo.
echo ***********************************
echo Clear Windows Dir:
echo -----------------------------------
del /f /s /q "%windir%\*.txt"
del /f /s /q "%windir%\*.bak"
del /f /s /q "%windir%\*.log"
del /f /s /q "%windir%\*.bmp"
del /f /s /q "%windir%\*.tmp"
del /f /s /q "%windir%\*.old"
del /f /s /q "%windir%\*._mp"
del /f /s /q "%windir%\prefetch\*.*"
del /f /s /q "%windir%\temp\*.*"
echo.
echo ***********************************
echo Clear User Temp Files:
echo -----------------------------------
del /f /q "%userprofile%\cookies\*.*"
del /f /q "%userprofile%\recent\*.*"
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
del "F:\Down\Temporary Internet Files\*.*"
echo.
echo [ Rubbish Clear OK!!! ] & pause & cls
echo +++++++++++++++++++++++++++++++++++
echo [ Rubbish Clear OK!!! Peace[XieYS] 20:19 2006-9-17 ]
echo +++++++++++++++++++++++++++++++++++
echo. & cmd
@echo off
echo +++++++++++++++++++++++++++++++++++
echo [ Clear Rubbish,Please Wait ... ]
echo +++++++++++++++++++++++++++++++++++
echo.
echo ***********************************
echo Clear RECYCLER Dir:
echo -----------------------------------
del /f /s /q "C:\RECYCLER\*.*"
del /f /s /q "D:\RECYCLER\*.*"
del /f /s /q "%systemdrive%\RECYCLER\*.*"
echo.
echo ***********************************
echo Clear System Dir:
echo -----------------------------------
del /f /s /q "%systemdrive%\*.tmp"
del /f /s /q "%systemdrive%\*._mp"
del /f /s /q "%systemdrive%\*.log"
del /f /s /q "%systemdrive%\*.gid"
del /f /s /q "%systemdrive%\*.chk"
del /f /s /q "%systemdrive%\*.old"
echo.
echo ***********************************
echo Clear Windows Dir:
echo -----------------------------------
del /f /s /q "%windir%\*.txt"
del /f /s /q "%windir%\*.bak"
del /f /s /q "%windir%\*.log"
del /f /s /q "%windir%\*.bmp"
del /f /s /q "%windir%\*.tmp"
del /f /s /q "%windir%\*.old"
del /f /s /q "%windir%\*._mp"
del /f /s /q "%windir%\prefetch\*.*"
del /f /s /q "%windir%\temp\*.*"
echo.
echo ***********************************
echo Clear User Temp Files:
echo -----------------------------------
del /f /q "%userprofile%\cookies\*.*"
del /f /q "%userprofile%\recent\*.*"
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
del "F:\Down\Temporary Internet Files\*.*"
echo.
echo [ Rubbish Clear OK!!! ] & pause & cls
echo +++++++++++++++++++++++++++++++++++
echo [ Rubbish Clear OK!!! Peace[XieYS] 20:19 2006-9-17 ]
echo +++++++++++++++++++++++++++++++++++
echo. & cmd