Delete Temporary Internet Files

Example folder: C:\Documents and Settings\bobby\Local Settings\Temporary Internet Files
Command: del *.* /f/s/q
Sample batch file:
del "C:\Documents and Settings\bobby\Local Settings\Temporary Internet Files\*.*" /f/s/q
del "C:\Documents and Settings\bobby\Local Settings\Temporary Internet Files\Content.IE5\*.*" /f/s/q

Leave a Comment

Please answer question below to verify that you are a real person *