Get this message when I follow the instructions.
Cannot find the file 'FOR' (or one of its components). Make sure the path
and filename are correct and that all required libraries are available.
if I run it from a cmd prompt I get:
%%A was unexpected at this time.
I'm logged in as an admin. (aren't we all?)
thanks for helping.
Austin M. Horst said:
Click [Start]
Click Run
Copy and paste the following into the open box:
FOR /F %%A IN ('DIR/B "C:\Documents and Settings"') DO
DEL/S/Q "C:\Documents and Settings\%%A\Local
Settings\Temporary Internet Files\*.*"
Click [OK]
Austin M. Horst