REM ---------BOF----------- @echo off echo Cleaning up tmp files.......... md c:\robocopy robocopy c:\robocopy "c:\Temp" /mir /r:1 /w:1 robocopy c:\robocopy "%userprofile%\Local Settings\Temp" /mir /r:1 /w:1 robocopy c:\robocopy "%temp%" /mir /r:1 /w:1 robocopy c:\robocopy "%tmp%" /mir /r:1 /w:1 robocopy c:\robocopy "%userprofile%\Local Settings\Temporary Internet Files" /mir /r:1 /w:1 robocopy c:\robocopy "%userprofile%\Local Settings\History" /mir /r:1 /w:1 robocopy c:\robocopy "%userprofile%\Application Data\Microsoft\Office\Recent" /mir /r:1 /w:1 robocopy c:\robocopy "%userprofile%\recent" /mir /r:1 /w:1 robocopy c:\robocopy "%userprofile%\Cookies" /mir /r:1 /w:1 robocopy c:\robocopy "%userprofile%\NetHood" /mir /r:1 /w:1 robocopy c:\robocopy %SystemRoot%\Temp /mir /r:1 /w:1 robocopy c:\robocopy %SystemRoot%\Minidump /mir /r:1 /w:1 robocopy c:\robocopy "%ALLUSERSPROFILE%\Documents\DrWatson" /mir /r:1 /w:1 robocopy c:\robocopy "%userprofile%\Local Settings\Application Data\Microsoft\Terminal Server Client\Cache" /mir /r:1 /w:1 rd c:\robocopy REM ---------EOF-----------