Create Your Own File Cleaning Tool
Why bother with cleaning softwares when they don’t clean the other parts of your computer that holds too much junk?
why not make one to suit your needs?
Heres a simple way to customize your own cleaning tool.
1. Create a new text document
2. Add the ff entries (you can change the target according to your needs as long as you retain the RD /S /q)
RD /S /q “C:\DOCUME~1\Common\LOCALS~1\Temp”
RD /S /q “C:\Program Files\Mirc\logs”
RD /S /q “C:\Program Files\Yahoo!\Messenger\Cache”
3. Save as yourfilename.bat (be sure to save it as MS-DOS Batch file or else it wont work)
4. double click the file and thats it!
Tip: create a desktop shortcut so you can change the icon to make it more presentable.
