+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Junior Member
    Join Date
    May 2007
    Posts
    2

    Exclamation Email backup need help

    I want to reinstall Windows Xp soon, as I got a virus and after cleaning the computer doesn't work as smooth as before. I gives some strange erros and sometimes it justs hangs up... I want to backup Outlook Express emails and settings before reinstall, and restore afterwards. Any help?

  2. #2
    Junior Member
    Join Date
    May 2007
    Posts
    2

    Lightbulb Re: Email backup need help

    I have already found some nice software tools, such as Outlook Express Backup Genie ( http://www.amicutilities.com/outlook-express-backup ) which seem to do the job right

  3. #3
    Senior Member
    Join Date
    May 2005
    Posts
    1,017

    Default Re: Email backup need help

    Backing up outlooks express can be a pain, if you also have office installed with outlook (not express) it can make it a bit easier

  4. #4
    Junior Member
    Join Date
    Jun 2007
    Posts
    1

    Default Re: Email backup need help

    Quote Originally Posted by negra
    I want to reinstall Windows Xp soon, as I got a virus and after cleaning the computer doesn't work as smooth as before. I gives some strange erros and sometimes it justs hangs up... I want to backup Outlook Express emails and settings before reinstall, and restore afterwards. Any help?
    For the messages, you could create your own backup utility. First, find where your OE files are stored (you may have to unhide all your hidden files and folders first). The path will typically look something like this:

    C:\Documents and Settings\Fred Smith\Local Settings\Application Data\Identities\{D006FF76-7FD8-414F-9DB0-FD56CC203C91}\Microsoft\Outlook Express

    Open Notepad and type an xcopy command as follows (make sure you use the inverted commas):

    xcopy "C:\Documents and Settings\Fred Smith\Local Settings\Application Data\Identities\{D006FF76-7FD8-414F-9DB0-FD56CC203C91}\Microsoft\Outlook Express" "A:\Outlook Express Backup" /s /d /i /y

    Save this using the "bat" file extension (eg "OEbackup.bat"), store it anywhere you like, and create a shortcut to it on your desktop. Now just click on the shortcut to back up your email folders to the drive you have chosen. Using the /s /d /i /y switches means that only folders which have changed since the last backup will be copied, and you won't be prompted to overwrite existing folders.

Similar Threads

  1. Web Links in email
    By Sangcom in forum Internet Problems
    Replies: 3
    Last Post: 27-07-2008, 05:10 PM
  2. BIZARRE email addresses coming to ME?
    By Lloydie in forum Internet Problems
    Replies: 1
    Last Post: 29-06-2008, 01:43 PM
  3. Email attachment problems
    By Tech-Master in forum Windows XP Help
    Replies: 2
    Last Post: 07-04-2006, 12:40 PM
  4. control panel and hotmail email is blank
    By kevin in forum Windows 95/98/ME/2000
    Replies: 5
    Last Post: 23-02-2006, 11:17 AM
  5. backup email
    By Ray Brown in forum Windows XP Help
    Replies: 1
    Last Post: 28-09-2005, 10:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts