BAT FILE
From: Pinto1uk (Pinto1uk_at_discussions.microsoft.com)
Date: 12/31/04
- Next message: Pinto1uk: "DELETING FILES - DEL COMMAND"
- Previous message: melvin cotterill: "MS Automatic Updates not working anymore."
- Next in thread: FrankV: "Re: BAT FILE"
- Reply: FrankV: "Re: BAT FILE"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Pinto1uk: "DELETING FILES - DEL COMMAND"
- Previous message: melvin cotterill: "MS Automatic Updates not working anymore."
- Next in thread: FrankV: "Re: BAT FILE"
- Reply: FrankV: "Re: BAT FILE"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|