home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ─» This program attempts to fix a damaged MemoryMate v3.01 database «─
- echo ─» The database should be in drive b:, and the disk in drive a: «─
- echo ─» should contain MEMO.EXE and FFIX.BAT «─
- echo ─» If you have not made a backup copy of your database, «─
- echo ─» press ctrl-break now. Otherwise, «─
- 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 ─» b:memo for a database named MEMO on drive b:
- echo
- echo ─» When the fixup is finished, you will see a message: 'Swap floppies...'
- echo ─» Press any key at that point.
- echo
- echo ─» Press Ctrl-Break if you are not ready to proceed. Otherwise,
- pause
- echo
- a: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 «─