P
Paul R. Sadowski [MVP]
Hello, KayZer:
On Wed, 16 Feb 2005 12:47:41 -0300: you wrote...
KS> There is a script or something that can turn storing outlook express
KS> mail, easier?
KS> Maybe a script to identify the root store folder of the DBXs (using
KS> REG.EXE)?
KS>
KS> Sometimes i need to reformat and reinstall the OS, so, store OE DBXs is
KS> frequently
KS>
KS> A script can do:
KS> 1) identify OE store folders
HKEY_CURRENT_USER\Identities\{YOUR-IDENT-UID}\Software\Microsoft\Outlook
Express\5.0\Store Root
KS> 2) Copy folders to another place for backup
xcopy path-from-above z:\backups\oe /d /c /s /o /y /i
The proper way to do it is to search Google for Outlook Express backup
programs.
Regards, Paul R. Sadowski [MVP].
On Wed, 16 Feb 2005 12:47:41 -0300: you wrote...
KS> There is a script or something that can turn storing outlook express
KS> mail, easier?
KS> Maybe a script to identify the root store folder of the DBXs (using
KS> REG.EXE)?
KS>
KS> Sometimes i need to reformat and reinstall the OS, so, store OE DBXs is
KS> frequently
KS>
KS> A script can do:
KS> 1) identify OE store folders
HKEY_CURRENT_USER\Identities\{YOUR-IDENT-UID}\Software\Microsoft\Outlook
Express\5.0\Store Root
KS> 2) Copy folders to another place for backup
xcopy path-from-above z:\backups\oe /d /c /s /o /y /i
The proper way to do it is to search Google for Outlook Express backup
programs.
Regards, Paul R. Sadowski [MVP].