Introduction: Temporary File Deleter Using Notepad.

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.

Step 1: 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>

Step 2: Run the Batch Program.

Run the .BAT file as Administrator.

and follow the steps in the Batch program.

Step 3: Watch Video Tutorial.

Thank you very much hope you guys enjoyed.