Re: Script to clear Cookies Temp Files Temporary Internet and Hist
From: Michael Noote (MichaelNoote_at_discussions.microsoft.com)
Date: 11/15/04
- Next message: Michael Noote: "Re: Logs remote ip when connects to exchange, ftp, or remotly to s"
- Previous message: Roger Abell [MVP]: "Re: Problems starting IIS"
- In reply to: Austin M. Horst: "Re: Script to clear Cookies Temp Files Temporary Internet and History"
- Next in thread: Austin M. Horst: "Re: Script to clear Cookies Temp Files Temporary Internet and Hist"
- Reply: Austin M. Horst: "Re: Script to clear Cookies Temp Files Temporary Internet and Hist"
- Reply: kruthy: "Re: Script to clear Cookies Temp Files Temporary Internet and Hist"
- Messages sorted by: [ date ] [ thread ]
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
>
>
>
- Next message: Michael Noote: "Re: Logs remote ip when connects to exchange, ftp, or remotly to s"
- Previous message: Roger Abell [MVP]: "Re: Problems starting IIS"
- In reply to: Austin M. Horst: "Re: Script to clear Cookies Temp Files Temporary Internet and History"
- Next in thread: Austin M. Horst: "Re: Script to clear Cookies Temp Files Temporary Internet and Hist"
- Reply: Austin M. Horst: "Re: Script to clear Cookies Temp Files Temporary Internet and Hist"
- Reply: kruthy: "Re: Script to clear Cookies Temp Files Temporary Internet and Hist"
- Messages sorted by: [ date ] [ thread ]