home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / MMATE.ZIP / MUPHARD.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-05-20  |  1.5 KB  |  37 lines

  1. echo off
  2. cls
  3. echo ═══════════════════════════════════════════════════════════════════════
  4. echo This updates a v2.00 MemoryMate database to v3.01 on a hard-disk system
  5. echo  
  6. echo Assumptions:
  7. echo  
  8. echo   This file was invoked with the command:
  9. echo       a:muphard [drive] [subdir1] [subdir2]
  10. echo   where [drive] is the disk drive (such as c:) where the old database is
  11. echo   and [subdir1] is the subdir where the v2.0 MemoryMate program is
  12. echo   and [subdir2] is where the MemoryMate v2.0 database is
  13. echo  
  14. echo   The SET command specifying [subdir2] has been executed
  15. echo  
  16. echo   There is enough room on [drive] for a temporary file
  17. echo ═══════════════════════════════════════════════════════════════════════
  18. echo  
  19. echo ─» If you haven't read the upgrade instructions yet, press Ctrl-Break «─
  20. pause
  21. echo  
  22. echo Creating temporary file from v2.0 database -- please wait
  23. a:upd
  24. echo  
  25. echo Converting v2.00 database file to v3.01 format -- please wait
  26. a:memo u%1
  27. echo  
  28. echo Installing MemoryMate v3.01 in %2 -- please wait
  29. for %%x in (memo.exe memo.msg memo.def msetup.exe) do copy a:%%x %2>nul
  30. echo  
  31. echo Copying the sample databases to %3 -- please wait
  32. for %%z in (doshelp.* ref.* telno.*) do copy a:%%z %3>nul
  33. echo ═══════════════════════════════════════════════════════════════════════
  34. echo                 Updating to MemoryMate v3.01 complete.
  35. echo       Be sure to confirm the accuracy of your database records.
  36. echo ═══════════════════════════════════════════════════════════════════════
  37.