home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / DATABASE / ALBUMS / RUN.BAT < prev   
DOS Batch File  |  1993-12-01  |  111b  |  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.