I think you need to enable viewing of system and hidden files and folders - I do that in Total Commander (fully functional shareware)
With that I was able to open the "c:\Users\me\AppData\Local\Microsoft\Windows\Temporary Internet Files\" folder and it allows me to see all the contents.
After I ran this batch file then all the files were gone - with the exception of a few that Skype has locked open for it's own use and some windows files.
@echo off
del "%userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*" /s /q /f 2>nul
Maybe your Win 7 will behave after a reboot.
Was wondering if someone could help me Make A Batch File
Moderator: DosItHelp