Re: Script to clear Cookies Temp Files Temporary Internet and Hist

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Michael Noote (MichaelNoote_at_discussions.microsoft.com)
Date: 11/15/04


Date: Sun, 14 Nov 2004 18:53:02 -0800

Thanks alot I appreciate the help it doesnt seem to want to clear temporary
internet files but I not going to complains thanks for all of your help and I
cant thank you enough

"Austin M. Horst" wrote:

> Deletes all Cookies/History/Temporary Internet Files for every local user.
> Three line batch file (just in case the lines wrap, each line begins with FOR):
>
> FOR /F %%A IN ('DIR/B "C:\Documents and Settings"') DO DEL/S/Q/F "C:\Documents and Settings\%%A\Cookies\*.*"
>
> FOR /F %%A IN ('DIR/B "C:\Documents and Settings"') DO DEL/S/Q/F "C:\Documents and Settings\%%A\Local Settings\History\*.*"
> FOR /F %%A IN ('DIR/B "C:\Documents and Settings"') DO DEL/S/Q/F "C:\Documents and Settings\%%A\Local Settings\Temporary Internet
> Files\*.*"
>
>
> Austin M. Horst
>
>
>