BAT FILE

From: Pinto1uk (Pinto1uk_at_discussions.microsoft.com)
Date: 12/31/04


Date: Fri, 31 Dec 2004 13:15:01 -0800

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)
  • Re: Deleting Temp Internet Files
    ... > I want to create a bat file to delete all the temp internet files on start ... Would it be acceptable to empty the Temporary Internet Folder each time the ... If so, there is an option to do so in Internet Options, ...
    (microsoft.public.windowsxp.general)