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

  1. echo off
  2. cls
  3. echo ─»  This program attempts to fix a damaged MemoryMate v3.01 database   «─
  4. echo ─»     The database should be in drive b:, and the disk in drive a:    «─
  5. echo ─»              should contain MEMO.EXE and FFIX.BAT                   «─
  6. echo ─»       If you have not made a backup copy of your database,          «─
  7. echo ─»                press ctrl-break now. Otherwise,                     «─
  8. pause
  9. echo  
  10. echo ─» You will be asked for the name of the database to be fixed.
  11. echo ─» Give the full pathname to the database, for example:
  12. echo ─»     b:memo   for a database named MEMO on drive b:
  13. echo  
  14. echo ─» When the fixup is finished, you will see a message: 'Swap floppies...'
  15. echo ─» Press any key at that point.
  16. echo  
  17. echo ─» Press Ctrl-Break if you are not ready to proceed.  Otherwise,
  18. pause
  19. echo  
  20. a:memo u!
  21. del new_ir.asc
  22. echo ─» MemoryMate has fixed as much of the damaged database as possible «─
  23. echo ─»      Some additional editing of the records may be necessary     «─
  24.