home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / APPS / DATABASE / ALBUMS.ZIP / MAKEKEYS.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-07-23  |  229 b   |  9 lines

  1. echo off
  2. echo "Building keys ..."
  3. if exist %1 then bld_key %1
  4. if not exist %1 then bld_key albums.mst
  5. echo "Sorting keys ..."
  6. sort albums.kar > albums.sar
  7. sort albums.kti > albums.sti
  8. echo "Ready to run albums program!"
  9.