Re: BAT FILE
From: FrankV (FrankV_at_anonymous.address)
Date: 01/01/05
- Next message: JW: "Re: Firewalls and Wireless Routers"
- Previous message: Mikhail Zhilin: "Re: TEMP FOLDER"
- In reply to: Pinto1uk: "BAT FILE"
- Next in thread: Terry: "Re: BAT FILE"
- Reply: Terry: "Re: BAT FILE"
- Messages sorted by: [ date ] [ thread ]
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
>
- Next message: JW: "Re: Firewalls and Wireless Routers"
- Previous message: Mikhail Zhilin: "Re: TEMP FOLDER"
- In reply to: Pinto1uk: "BAT FILE"
- Next in thread: Terry: "Re: BAT FILE"
- Reply: Terry: "Re: BAT FILE"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|