Introduction: Batch Pc Speed Up Tool

Is your computer slow and you don't want to download a suspicious looking software well here's a tool that will get you some hard disk space with out deleting important files
Look here if you don't trust me. https://www.google.com/#q=can+i+delete+the+files+in+temp

Step 1: To Begin

Open notepad and type the following code

@echo off
Cls
Title pc quick clean by batchcc@gmail.com
Echo WARNING: this file will delete files if you contiue
Pause
Cd /d %temp%
Del *.*
Cd low
Del *.*
:: coded by batchcc@gmail.com
Echo complete please email me if you have suggestions or like the code
Pause

Step 2: The Code Explained

Over time programs save temporary files to the %temp% folder which become unnessesary and should be deleted periodically.

@echo off cls clears the screen
Echo prints text to the screen
Pause pauses the file
Del *.* deletes all files in a folder
Cd changes the folder to delete files in

Step 3: The End

If you liked my code, have suggestions or a cool code to share with me please email me my email is. Batchcc@gmail.com
To view the rest of my instructables come here https://www.instructables.com/member/batchcc
I am also starting a batch code website to become a moderator please email me thanks happy coding.