home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / miscprog / dof5zip / fixfiles.bat < prev    next >
Encoding:
DOS Batch File  |  1992-06-01  |  554 b   |  23 lines

  1. CLS
  2. ECHO OFF
  3. ECHO .
  4. ECHO This procedure will attempt to recover corrupted or
  5. ECHO damaged Disc-O-File V5.00 data bases.  Do not reset the
  6. ECHO computer while this process is executing.
  7. ECHO .
  8. ECHO PRESS CTRL-C TO ABORT,  OR ANY OTHER KEY TO CONTINUE.
  9. PAUSE
  10. ECHO .
  11. REBUILD D500INDX /V /E /K:1+6
  12. REBUILD D500ARTS /V /E /K:1+106:101+6
  13. REBUILD D500SONG /V /E /K:1+9
  14. ECHO OFF
  15. ECHO .
  16. ECHO .
  17. ECHO Rebuilding has completed.
  18. ECHO .
  19. ECHO .
  20. ECHO You should now run "I) Compress Data Base" from the
  21. ECHO Main Menu of Disc-O-File V5.00.
  22. ECHO .
  23.