home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1999 April / CD_Shareware_Magazine_31.iso / WIN95 / INTERNET / VyMes21.exe / Setup.exe / sad.bat < prev    next >
Encoding:
DOS Batch File  |  1998-10-11  |  389 b   |  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\Messenger\AddressBook"
  8. echo    Your AddressBook successfully saved to file!
  9. echo    Press any key to exit.
  10. pause > NUL
  11.