Temporary File Deleter Using Notepad.

by jugadu_in in Circuits > Software

4014 Views, 22 Favorites, 0 Comments

Temporary File Deleter Using Notepad.

587a0a1b8080cfca9500499a.jpeg

Delete Temporary files using Notepad.

Hello Jugadu people, In this jugadu tutorial we are going to make a SuuuuuPER easy and SUPER simple Temporary file deleting program using Notepad.

Making the Batch Program.

Download the zip file From Here.

OR

Copy the code below and paste it in your Notepad and save the file as “TempDeleter.bat”

@echo off
mode con cols=150
echo .
echo Welcome to temp file deleter!
echo press any key to start deleting temp files...
pause>nul
:delete
@echo on
rd /s /q %temp%
mkdir %temp%
rd /s /q c:\windows\temp\
mkdir c:\windows\temp\
@echo off
ping 1.1.1.1 -n 1 -w 60000>nul
goto delete</p>

Run the Batch Program.

tempdeleter.png

Run the .BAT file as Administrator.

and follow the steps in the Batch program.

Watch Video Tutorial.

Temp File Deleter using Notepad | Jugadu Software |The Jugadu

Thank you very much hope you guys enjoyed.