I'm not sure you can do what you want to do, but here's what I have to
offer: Cookies are for the most part considered garbage. For the few that
are actually useful (saving personal settings for a site) it's simplest to
just set them up again. The existing Cookies folder, and in particular the
Index.dat that keeps track of the cookies, can't be deleted or replaced
while the user is logged on. Thus, you'd need to take a copy of your Cookies
folder (C:\Documents and Settings\[username}\Cookies), set up a user on the
new system with *exactly* the same username (let's call it "Gary" for this
example), log on as Administrator, replace the Cookies folder in
C:\Documents and Settings\Gary, and finally log off and then back on as
Gary.
That's how I'd do it, but I can't promise that it will work. Let us know,
OK?
--
Gary S. Terhune
MS-MVP Shell/User
www.grystmill.com
Shadow Doc said:
How can I use cookies from my current Xp system in a new installation of
Xp?
Will this work going from Xp Home edition to Xp Pro edition? Thanks.