PC Review


Reply
 
 
J&P Steele
Guest
Posts: n/a
 
      20th Mar 2004
Using Fred Langa's CleanXP script file for deleting contents of the
Temporary Internet folder, the line reads :-

cd C:\Documents and Settings\My Name\Local Settings\Temporary Internet
Files
del /q /f /s *.*

It removes all the contents excepting the cookies from this folder.

However, the same command removes all the cookies from the Cookies folder.

What have I got wrong?

Many thanks
Joe Steele



 
Reply With Quote
 
 
 
 
Jim Macklin
Guest
Posts: n/a
 
      20th Mar 2004
Why not ask Fred?



"J&P Steele" <(E-Mail Removed)> wrote in message
news:eaEe$(E-Mail Removed)...
| Using Fred Langa's CleanXP script file for deleting
contents of the
| Temporary Internet folder, the line reads :-
|
| cd C:\Documents and Settings\My Name\Local
Settings\Temporary Internet
| Files
| del /q /f /s *.*
|
| It removes all the contents excepting the cookies from
this folder.
|
| However, the same command removes all the cookies from the
Cookies folder.
|
| What have I got wrong?
|
| Many thanks
| Joe Steele
|
|
|


 
Reply With Quote
 
HillBillyBuddhist
Guest
Posts: n/a
 
      20th Mar 2004
"J&P Steele" <(E-Mail Removed)> wrote in message
news:eaEe$(E-Mail Removed)...
| Using Fred Langa's CleanXP script file for deleting contents of the
| Temporary Internet folder, the line reads :-
|
| cd C:\Documents and Settings\My Name\Local Settings\Temporary Internet
| Files
| del /q /f /s *.*
|
| It removes all the contents excepting the cookies from this folder.
|
| However, the same command removes all the cookies from the Cookies folder.
|
| What have I got wrong?
|
| Many thanks
| Joe Steele

Interesting. I use Mr. Langa's cleanxp.bat file to and had never noticed.

Based on your post I went and looked and I find the same thing happening
here.

I found that C:\Documents and Settings\My Name\Local Settings\Temporary
Internet Files on my computer contained 21.5 MB of files. Going to Tools>
Internet Options> "Delete Cookies" did get rid of them as one would expect.
Interestingly however after having deleted them and rebooted the computer
the properties of the folder still show 21.5 MB even though the folder
appears to be empty. (I am set to show hidden and system files and *not* to
hide files with known extensions.)

I agree with the other responder. Ask Fred. He's amazingly good at
responding to reader mail. I'd be very interested to know what you find out.
Feel free to respond privately if you feel it would be more appropriate.


--
D

I'm not an MVP a VIP nor do I have ESP.
I was just trying to help.
Please use your own best judgment before implementing any suggestions or
advice herein.
No warranty is expressed or implied.
Your mileage may vary.
See store for details.

Remove shoes to E-mail.


 
Reply With Quote
 
J&P Steele
Guest
Posts: n/a
 
      20th Mar 2004

"Jim Macklin" <p51mustang[threeX12]@xxxhotmail.calm> wrote in message
news:(E-Mail Removed)...

> Why not ask Fred?


Of course! Silly me.

Will post any reply received.

Regards,
Joe Steele


 
Reply With Quote
 
J&P Steele
Guest
Posts: n/a
 
      22nd Mar 2004
HilBillyBuddhist,

It seems that Fred Langa doesn't reply to queries on a one-to-one basis
nowadays but I did find a link to one of the user forums, but no reply yet.

However, I have found the reason for CleanXPp missing the cookies.

If I run CleanXP on bootup, before opening any other programs, it works
fine. Now, it may advise this somewhere on Fred's site but I have to admit
that I did not read everything there was to read about this little program
before using it.

Hope this works for you.

Regards,
Joe Steele


 
Reply With Quote
 
HillBillyBuddhist
Guest
Posts: n/a
 
      22nd Mar 2004
"J&P Steele" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> HilBillyBuddhist,
>
> It seems that Fred Langa doesn't reply to queries on a one-to-one basis
> nowadays but I did find a link to one of the user forums, but no reply

yet.
>
> However, I have found the reason for CleanXPp missing the cookies.
>
> If I run CleanXP on bootup, before opening any other programs, it works
> fine. Now, it may advise this somewhere on Fred's site but I have to

admit
> that I did not read everything there was to read about this little program
> before using it.
>
> Hope this works for you.
>
> Regards,
> Joe Steele
>


Thanks for the follow-up.

--
D

I'm not an MVP a VIP nor do I have ESP.
I was just trying to help.
Please use your own best judgment before implementing any suggestions or
advice herein.
No warranty is expressed or implied.
Your mileage may vary.
See store for details.

Remove shoes to E-mail.


 
Reply With Quote
 
David Candy
Guest
Posts: n/a
 
      22nd Mar 2004
Cookies aren't stored in TIF. They're stored in Cookies. Explorer shows them AS IF they were in TIF. But file and directory commands work on the file and directory level. Explorer works on the namespace model.

EG take c:\boot.ini

It's file name is c:\boot.ini, However to explorer it's 6543:2309 (and it only exists if a folder view is opened - either programatically or by opening a folder window) and that number will change every time you view it. Not everything you see in Explorer is a file. EG History folder explorer displays it as if each page was a file. But on a file level they are in one file (I think one file a week or something). So a history item may exist as 2343:0961 but there is not a corresponding file item.

--
----------------------------------------------------------
http://www.g2mil.com/Dec2003.htm
"J&P Steele" <(E-Mail Removed)> wrote in message news:eaEe$(E-Mail Removed)...
> Using Fred Langa's CleanXP script file for deleting contents of the
> Temporary Internet folder, the line reads :-
>
> cd C:\Documents and Settings\My Name\Local Settings\Temporary Internet
> Files
> del /q /f /s *.*
>
> It removes all the contents excepting the cookies from this folder.
>
> However, the same command removes all the cookies from the Cookies folder.
>
> What have I got wrong?
>
> Many thanks
> Joe Steele
>
>
>

 
Reply With Quote
 
J&P Steele
Guest
Posts: n/a
 
      22nd Mar 2004
Very interesting, David. Thanks for the reply.

I checked the "cookies" remaining in the TIP folder and found that they were
merely "non-responsive" images.

But, it is still necessary to run the program at bootup for it to be
effective against (delete) the Index.dat file, otherwise Windows protects
it.

Regards,
Joe Steele


"David Candy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
Cookies aren't stored in TIF. They're stored in Cookies. Explorer shows them
AS IF they were in TIF. But file and directory commands work on the file and
directory level. Explorer works on the namespace model.

EG take c:\boot.ini

It's file name is c:\boot.ini, However to explorer it's 6543:2309 (and it
only exists if a folder view is opened - either programatically or by
opening a folder window) and that number will change every time you view it.
Not everything you see in Explorer is a file. EG History folder explorer
displays it as if each page was a file. But on a file level they are in one
file (I think one file a week or something). So a history item may exist as
2343:0961 but there is not a corresponding file item.

--
----------------------------------------------------------
http://www.g2mil.com/Dec2003.htm
"J&P Steele" <(E-Mail Removed)> wrote in message
news:eaEe$(E-Mail Removed)...
> Using Fred Langa's CleanXP script file for deleting contents of the
> Temporary Internet folder, the line reads :-
>
> cd C:\Documents and Settings\My Name\Local Settings\Temporary Internet
> Files
> del /q /f /s *.*
>
> It removes all the contents excepting the cookies from this folder.
>
> However, the same command removes all the cookies from the Cookies folder.
>
> What have I got wrong?
>
> Many thanks
> Joe Steele
>
>
>






 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CleanXP.bat Claude Beck Windows XP Basics 7 31st Oct 2007 09:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:25 PM.