small bat file
From: Pinto1uk (Pinto1uk_at_discussions.microsoft.com)
Date: 12/31/04
- Next message: Al Smith: "Re: Repair Install and bypassing Activation"
- Previous message: Andrew L.: "ActiveX won't initiate even though enabled..."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 31 Dec 2004 10:39:06 -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: Al Smith: "Re: Repair Install and bypassing Activation"
- Previous message: Andrew L.: "ActiveX won't initiate even though enabled..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|