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: 17

Similar Threads

x32x01
Replies
0
Views
92
x32x01
x32x01
x32x01
Replies
0
Views
80
x32x01
x32x01
x32x01
Replies
0
Views
134
x32x01
x32x01
x32x01
Replies
0
Views
123
x32x01
x32x01
x32x01
Replies
0
Views
103
x32x01
x32x01
TAGs: Tags
clear temporary files temporary files

Register & Login Faster

Forgot your password?

Latest Resources

Forum Statistics

Threads
517
Messages
518
Members
45
Latest Member
Tacola
Back
Top