home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / DOS / CDPLAY / HITENG20.ZIP / HITFIX.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-12-23  |  225 b   |  11 lines

  1. @echo off
  2. rem Start this batch-file to fix a corrupted database only!!
  3. rem usage:   hitfix <database>
  4. rem example: hitfix cddat
  5.  
  6. filefix -d -v %1
  7. filefix -s -v %1
  8. filefix -u -v %1
  9.  
  10. echo The database may be correct!
  11.