Re: BAT FILE

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: FrankV (FrankV_at_anonymous.address)
Date: 01/01/05


Date: Fri, 31 Dec 2004 19:25:13 -0500

Check properties of each and see if there is any difference. Take @echo off
and see what happens during run.

Frank

"Pinto1uk" <Pinto1uk@discussions.microsoft.com> wrote in message
news:F367E252-1A1B-4D5F-A5A3-0641F185C02B@microsoft.com...
> Hi, i have created a small BAT file to delete the contents of the temp
> internet folder for all the 3 users on my computer.
>
> The bat file works for the other 2 users, execpt it doesn;t delete the
> contents of my temporary internet folder.
>
> Here is my bat file:
>
> @echo off
> echo DELETING THE TEMP INTERNET FILES
> DEL /Q /S C:\"Documents and Settings\user1\Local
> Settings\Temporary Internet Files\*.*"
> DEL /Q /S C:\"Documents and Settings\user2\Local Settings\Temporary
> Internet
> Files\*.*"
> DEL /Q /S C:\"Documents and Settings\pinto\Local Settings\Temporary
> Internet
> Files\*.*"
>
> for the first 2 users it works (they have another folder called
> content.IE5
> - and i dont). but for mine (pinto), it doesn't work. why is this?
>
> regards
>



Relevant Pages

  • Re: Temporary Internet Folder
    ... i have created a small BAT file to delete the contents of the temp ... >internet folder for all the 3 users on my computer. ... >echo DELETING THE TEMP INTERNET FILES ...
    (microsoft.public.windowsxp.general)
  • Temporary Internet Folder
    ... i have created a small BAT file to delete the contents of the temp ... internet folder for all the 3 users on my computer. ...
    (microsoft.public.windowsxp.general)
  • Temp Internet Files
    ... i have created a small BAT file to delete the contents of the temp ... internet folder for all the 3 users on my computer. ...
    (microsoft.public.windowsxp.general)
  • small bat file
    ... i have created a small BAT file to delete the contents of the temp ... internet folder for all the 3 users on my computer. ...
    (microsoft.public.windowsxp.general)
  • BAT FILE
    ... i have created a small BAT file to delete the contents of the temp ... internet folder for all the 3 users on my computer. ...
    (microsoft.public.windowsxp.general)