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.
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.