Labels:text | screenshot | display | font | number | software OCR: Notepad - CLEANTMP.BAT File Edit Search Help ECHO OFF CLS ECHO WARNING: If you're currently running Windows ECHO press [Ctrl-C] and answer YES, otherwise PAUSE ECHO Removing Temporary Files - One Moment Please ... REM Removes Windows temporary files IF EXIST C:\WIN31\TEMP\ ~*. TMP DEL C: \WIN31\TEMP\ ~*. TMP REM Removes Windows application swap files IF EXIST C:\WIN31\TEMP\~WOA *.* DEL C:\WIN31\TEMP\~WOA *.* REM Removes Windows Temporary swap file IF EXIST C:\WIN31\WIN386.SWP DEL C:\WIN31\WIN386.SWP CLS