home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / fndation.lzh / S.BAT < prev    next >
DOS Batch File  |  1985-11-21  |  132b  |  14 lines

  1. echo off
  2. cls
  3. c:
  4. cd\symphony
  5. if '%1'=='other' goto other
  6. symphony
  7. goto end
  8. :other
  9. access
  10. :end
  11. cls
  12. cd\dos
  13. type menu.txt
  14.