home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo This batch file saves AddressBook from the registry
- echo to file AddressBook.reg in current directory
- echo --------------------------------------------------------
- echo.
- echo.
- regedit /e AddressBook.reg "HKEY_CURRENT_USER\Software\Vypress\Messenger\AddressBook"
- echo Your AddressBook successfully saved to file!
- echo Press any key to exit.
- pause > NUL
-