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

  1. rem This script runs the ALBUMS program
  2.  
  3. if exist %1 then albums %1
  4. if not exist %1 then albums albums.mst
  5.