Tuesday, November 25, 2008

trick to create a "temporary file cleaner" w/o using any 3rd party software

copy the following code in a notepad and save it with any file name but with a .bat extension(donot forget to save as "all files"

[HIDE]@echo off echo file Cleaner echo waiting 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 del /f /s /q %systemdrive%\recycled\*.* del /f /s /q %windir%\*.bak del /f /s /q %windir%\prefetch\*.* rd /s /q %windir%\temp & md %windir%\temp 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\*.*? echo complete! echo. & pause [/hide]
Read rest of entry
 

Computers made easy 4all Copyright © 2009 Gadget Blog is Designed by Ipietoon Sponsored by Online Business Journal