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

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