home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / miscprog / albumdb / 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.