home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com 1998 June / WF0698_3.ISO / comms-misc / VyMes20.exe / RCDATA / CABINET / sad.bat < prev    next >
DOS Batch File  |  1998-04-19  |  410b  |  11 lines

  1. @echo off
  2. echo    This batch file saves AddressBook from the registry
  3. echo    to file AddressBook.reg in current directory
  4. echo --------------------------------------------------------
  5. echo.
  6. echo.
  7. regedit /e AddressBook.reg "HKEY_CURRENT_USER\Software\Vypress International\VypressMessenger\AddressBook"
  8. echo    Your AddressBook successfully saved to file!
  9. echo    Press any key to exit.
  10. pause > NUL
  11.