728x90 AdSpace

Latest News

Sports

Education

Business

Slider

Powered by Blogger.

Movies

Games

Travel

Fashion

News

Archive

Games

Music

Friday 13 September 2013

Delete all temporary files by simple click |Batch Programming

I am going to guide you to create a Batch Program to delete all unwanted temporary files from your temp folder.  


1.Copy this code :


ECHO This Batch File deletes all unwanted Temporary files from your
system ECHO Now we go to the Windows\temp directory.
cd %temp%
ECHO Deleting unwanted temporary files....
del *.tmp
ECHO Your System is Now Clean

2.Paste in Notepad
3.Now save the file with ".bat" extenstion for eg: tempdel.bat
4. That's all finished
5.Whenever you like to delete temporary files. simply Double click the bat file. 
  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

Item Reviewed: Delete all temporary files by simple click |Batch Programming Description: Rating: 5 Reviewed By: Unknown
Scroll to Top