home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util2 / masdir43.lzh / MENU.BAT < prev    next >
DOS Batch File  |  1989-06-04  |  584b  |  33 lines

  1. ECHO off
  2. sdl_get be %A%
  3. set A=%GET%
  4. :again
  5. register
  6. sdl_get C "Please read carefully, them press Y to indicate acceptance..." Y
  7. MENUSCRN
  8. sdl_get C "Select by number, press Esc to exit . . ." 123456~
  9. if errorlevel 126 goto end
  10. if errorlevel 54 INSTALL
  11. if errorlevel 53 goto ISFRM
  12. if errorlevel 52 goto ISNEW
  13. if errorlevel 51 SETUP
  14. if errorlevel 50 goto ISDEMO
  15. Sdl_get BE %A%
  16. TUTOR
  17. goto again
  18. :ISDEMO
  19. Sdl_get BE %A%
  20. DEMO
  21. goto again
  22. :ISNEW
  23. SDL_SHOW MASDIR43.NEW
  24. GOTO again
  25. :ISFRM
  26. COPY ORDER.FRM PRN
  27. GOTO again
  28. :end
  29. sdl_get be %A%
  30. set A=
  31. Set GET=
  32. utility
  33.