Posts Tagged ‘command-line’

Windows delete all tmp files command

Tuesday, July 12th, 2011 by Jesper Rønn-Jensen

Just a quick note to self about this tip i found. It is a Windows (XP) helpful command line snippet that removes all your temporary files. Delete all files in temp folder: DEL /F /S /Q %TEMP% Taken from the “A-Z Index of the Windows CMD command line”