home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / albums.zip / RUN.BAT < prev   
DOS Batch File  |  1991-07-23  |  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.