home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ═════════════════════════════════════════════════════════════════
- echo The second step to update a v2.00 MemoryMate database
- echo to v3.01 on a floppy-disk system
- echo ═════════════════════════════════════════════════════════════════
- echo
- echo The disk created by CPYFLOP in the first step should still be in drive a:
- echo
- echo ─» If you haven't read the Upgrade Instructions yet, press Ctrl-Break «─
- pause
- echo
- echo Creating temporary v2.00 database file on drive A:
- a:
- upd
- echo Creating a new v3.01 database on drive B:
- b:
- a:memo ua
- copy a:memo.msg b:>nul
- copy a:memo.def b:>nul
- if exist b:memo.exe copy a:memo.exe b:>nul
- a:
- if not exist b:memo.exe echo Proceed with step 7 of the instructions now
- echo
- echo You must use the new MSETUP.EXE file from your MemoryMate v3.01 Master disk
- echo if you wish to change MemoryMate's default settings. Be sure to copy that
- echo file wherever you have the MSETUP.EXE file from MemoryMate v2.00
-