home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / harddisk / masdir42.lzh / MENU.BAT < prev    next >
DOS Batch File  |  1989-02-05  |  365b  |  21 lines

  1. ECHO off
  2. :again
  3. REGISTER
  4. pause
  5. MENUSCR
  6. SDL_ASK C "Select by number, press Esc to exit . . ." 12345~
  7. if errorlevel 126 goto end
  8. if errorlevel 53 goto ISFRM
  9. if errorlevel 52 goto ISNEW
  10. if errorlevel 51 SETUP
  11. if errorlevel 50 DEMO
  12. if errorlevel 49 TUTOR
  13. goto again
  14. :ISNEW
  15. SDL_SHOW MASDIR42.NEW
  16. GOTO again
  17. :ISFRM
  18. COPY ORDER.FRM PRN
  19. GOTO again
  20. :end
  21.