home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound, Music & MIDI Collection 2
/
SMMVOL2.bin
/
DOS
/
CDPLAY
/
HITENG20.ZIP
/
HITFIX.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1993-12-23
|
225 b
|
11 lines
@echo off
rem Start this batch-file to fix a corrupted database only!!
rem usage: hitfix <database>
rem example: hitfix cddat
filefix -d -v %1
filefix -s -v %1
filefix -u -v %1
echo The database may be correct!