home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ════════════════════════════════════════════════════════════════════
- echo ─» This program attempts to fix a damaged MemoryMate v3.01 database «─
- echo ─» If you have not made a backup copy of your database, «─
- echo ─» press Ctrl-Break. Otherwise, «─
- echo ════════════════════════════════════════════════════════════════════
- pause
- echo
- echo ─» You will be asked for the name of the database to be fixed.
- echo ─» Give the full pathname to the database, for example:
- echo ─» c:\mydata\memo
- echo ─» for a database named MEMO in the subdirectory C:\MYDATA
- echo
- echo ─» Press Ctrl-Break if you are not ready to proceed. Otherwise,
- pause
- echo
- echo ─» Attempting to fix the database --please wait
- memo u!
- del new_ir.asc
- echo ─» MemoryMate has fixed as much of the damaged database as possible «─
- echo ─» Some additional editing of the records may be necessary «─