home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound Sensations!
/
sound_sensations.iso
/
miscprog
/
albumdb
/
makekeys.bat
< prev
next >
Wrap
DOS Batch File
|
1991-07-23
|
229b
|
9 lines
echo off
echo "Building keys ..."
if exist %1 then bld_key %1
if not exist %1 then bld_key albums.mst
echo "Sorting keys ..."
sort albums.kar > albums.sar
sort albums.kti > albums.sti
echo "Ready to run albums program!"