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

  1. echo off
  2. cls
  3. echo  ════════════════════════════════════════════════════════════════════
  4. echo ─» This program attempts to fix a damaged MemoryMate v3.01 database «─
  5. echo ─»      If you have not made a backup copy of your database,        «─
  6. echo ─»              press Ctrl-Break.  Otherwise,                       «─
  7. echo  ════════════════════════════════════════════════════════════════════
  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 ─»     c:\mydata\memo   
  13. echo ─» for a database named MEMO in the subdirectory C:\MYDATA
  14. echo  
  15. echo ─» Press Ctrl-Break if you are not ready to proceed.  Otherwise,
  16. pause
  17. echo  
  18. echo ─» Attempting to fix the database --please wait
  19. memo u!
  20. del new_ir.asc
  21. echo ─» MemoryMate has fixed as much of the damaged database as possible «─
  22. echo ─»     Some additional editing of the records may be necessary      «─
  23.