home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WinFiles.com 1998 June
/
WF0698_3.ISO
/
comms-misc
/
VyMes20.exe
/
RCDATA
/
CABINET
/
sad.bat
< prev
next >
Wrap
DOS Batch File
|
1998-04-19
|
410b
|
11 lines
@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 International\VypressMessenger\AddressBook"
echo Your AddressBook successfully saved to file!
echo Press any key to exit.
pause > NUL