rem BackupOE.bat fuer Windows 9x, v.2, erstellt von Ralph Briel (OE-FAQ-Team). rem Homepage der OE-FAQ-Seiten: http://oe-faq.de.vu/. - (Die Pfade muessen in- rem dividuell angepasst werden! Es wird davon ausgegangen, dass das Adressbuch rem im gleichen Verzeichnis wie die DBX-Dateien liegt, ansonsten hinzufuegen.) cls deltree /Y "D:\Backup\Outlook Express 03" ren "D:\Backup\Outlook Express 02" "Outlook Express 03" ren "D:\Backup\Outlook Express 01" "Outlook Express 02" ren "D:\Backup\Outlook Express 00" "Outlook Express 01" xcopy "C:\Outlook Express" "D:\Backup\Outlook Express 00\" /A /E /H regedit /e "d:\Backup\Outlook Express 00\identities.reg" "HKEY_CURRENT_USER\Identities" regedit /e "d:\Backup\Outlook Express 00\accounts.reg" "HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager"