Clear Temporary files in your system at one click

x32x01
  • by x32x01 ||
Clear Temporary files in your system at one click:
Are you tired of going to a temporary folder and deleting temporary files every time your computer starts running slow? We can create a bat file that will delete all the temporary files in your System just after clicking on them.

To make the scripts you can follow steps below or you can just download it from the link given below:
Step1:

Open notepad and type this code. (or just download the bat file)
Code:
@echo off
cd /D %temp%
for /d %%D in (*) do rd /s /q "%%D"
del /f /q *
Clear Temporary files.png
Step 2:
Press Ctrl+S or just Go to files>save and save it as (you can give it any name but you have to put .bat at the end)and click on save button.
clearbat.jpg
Step 3:
just double click on it to run every time you feel like your system is running slow.
tempclearbat.jpg
 
Attachments :
  • ClearTemp.rar -
    150 bytes · Views: 39
Similar Threads
x32x01
Replies
0
Views
231
x32x01
x32x01
x32x01
Replies
0
Views
220
x32x01
x32x01
x32x01
Replies
0
Views
234
x32x01
x32x01
x32x01
Replies
0
Views
227
x32x01
x32x01
x32x01
Replies
0
Views
215
x32x01
x32x01
TAGs: Tags
clear temporary files temporary files
Register & Login Faster
Forgot your password?
Forum Statistics
Threads
517
Messages
519
Members
50
Latest Member
Trydeco
Back
Top