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

  1. echo off
  2. cls
  3. echo      ═══════════════════════════════════════════════════════
  4. echo      The first step to upgrade a MemoryMate v2.00 database
  5. echo               to v3.01 on a floppy-disk based system
  6. echo      ═══════════════════════════════════════════════════════
  7. echo  
  8. echo ─» If you haven't read the Upgrade Instructions yet, press Ctrl-Break «─
  9. pause
  10. echo  
  11. echo Copying MemoryMate files to temporary disk in drive a: -- please wait
  12. copy b:mupflop.bat a:>nul
  13. copy b:upd.exe a:>nul
  14. copy b:memo.exe a:>nul
  15. copy b:memo.def a:>nul
  16. copy b:memo.msg a:>nul
  17. echo  
  18. echo Temporary disk prepared.  Proceed with step 3 of the Upgrade Instructions
  19.