Jim wrote:

How do I do that?  I want to keep my emails, bookmarks, and passwords intact.

I have been using the two bat files below for several years. I have run objects on the desktop, and I just poke them once in a while. MozProfiles is profiles and WebData is mail.

Oh yea, you do need to get profiles and mail away from the app and OS, then when you replace the app or OS profiles and mail don't change.

Ray

************************************
del /s X:\WebData\cache2
del /s X:\MozProfiles\RayFF\cache2
if not exist Y:\MozProfiles md Y:\MozProfiles
xcopy /s/y/d X:\MozProfiles Y:\MozProfiles
*************************************
del /s X:\WebData\cache2
if not exist Y:\WebData md Y:\WebData
xcopy /s/y/d X:\WebData Y:\WebData
**************************************
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to