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: 98
Related Threads
x32x01
  • x32x01
Replies
0
Views
473
x32x01
x32x01
x32x01
Replies
0
Views
478
x32x01
x32x01
x32x01
Replies
0
Views
485
x32x01
x32x01
x32x01
Replies
0
Views
487
x32x01
x32x01
x32x01
  • x32x01
Replies
0
Views
499
x32x01
x32x01
TAGs: Tags
clear temporary files temporary files
Register & Login Faster
Forgot your password?
Forum Statistics
Threads
517
Messages
519
Members
53
Latest Member
Ali Khan
Back
Top