Temporary File Deleter Using Notepad.
by jugadu_in in Circuits > Software
4100 Views, 22 Favorites, 0 Comments
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.
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>
Downloads
Run the Batch Program.
Run the .BAT file as Administrator.
and follow the steps in the Batch program.
Watch Video Tutorial.
Thank you very much hope you guys enjoyed.