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

  1. echo off
  2. cls
  3. echo      ═════════════════════════════════════════════════════════════════
  4. echo      The second step to update a v2.00 MemoryMate database
  5. echo                 to v3.01 on a floppy-disk system
  6. echo      ═════════════════════════════════════════════════════════════════
  7. echo  
  8. echo The disk created by CPYFLOP in the first step should still be in drive a:
  9. echo  
  10. echo ─» If you haven't read the Upgrade Instructions yet, press Ctrl-Break «─
  11. pause
  12. echo  
  13. echo Creating temporary v2.00 database file on drive A:
  14. a:
  15. upd
  16. echo Creating a new v3.01 database on drive B:
  17. b:
  18. a:memo ua
  19. copy a:memo.msg b:>nul
  20. copy a:memo.def b:>nul
  21. if exist b:memo.exe copy a:memo.exe b:>nul
  22. a:
  23. if not exist b:memo.exe echo Proceed with step 7 of the instructions now
  24. echo  
  25. echo You must use the new MSETUP.EXE file from your MemoryMate v3.01 Master disk
  26. echo if you wish to change MemoryMate's default settings.  Be sure to copy that
  27. echo file wherever you have the MSETUP.EXE file from MemoryMate v2.00
  28.  
  29.