TEMP FILES CLEANER

HAI FRIENDZZZ.
We want to make our pc faster ...So we always clear temp files

Here a short from to delete temp files

Copy this code in notepad and save with an extention as .bat  on desktop
------------------------------------

@echo off
Title hac/temp
Color 02
Del %temp%

------------------------------------

Comments