home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ═══════════════════════════════════════════════════════════════════════
- echo This updates a v2.00 MemoryMate database to v3.01 on a hard-disk system
- echo
- echo Assumptions:
- echo
- echo This file was invoked with the command:
- echo a:muphard [drive] [subdir1] [subdir2]
- echo where [drive] is the disk drive (such as c:) where the old database is
- echo and [subdir1] is the subdir where the v2.0 MemoryMate program is
- echo and [subdir2] is where the MemoryMate v2.0 database is
- echo
- echo The SET command specifying [subdir2] has been executed
- echo
- echo There is enough room on [drive] for a temporary file
- echo ═══════════════════════════════════════════════════════════════════════
- echo
- echo ─» If you haven't read the upgrade instructions yet, press Ctrl-Break «─
- pause
- echo
- echo Creating temporary file from v2.0 database -- please wait
- a:upd
- echo
- echo Converting v2.00 database file to v3.01 format -- please wait
- a:memo u%1
- echo
- echo Installing MemoryMate v3.01 in %2 -- please wait
- for %%x in (memo.exe memo.msg memo.def msetup.exe) do copy a:%%x %2>nul
- echo
- echo Copying the sample databases to %3 -- please wait
- for %%z in (doshelp.* ref.* telno.*) do copy a:%%z %3>nul
- echo ═══════════════════════════════════════════════════════════════════════
- echo Updating to MemoryMate v3.01 complete.
- echo Be sure to confirm the accuracy of your database records.
- echo ═══════════════════════════════════════════════════════════════════════