home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / beamup20.zip / BEAM20.EXE / BEAMUP20.BAT < prev    next >
DOS Batch File  |  1993-02-12  |  935b  |  60 lines

  1. echo off
  2. :start
  3. menu
  4. ask                     Please enter your choice [1-6]:@123456
  5. IF ERRORLEVEL 6 GOTO 6
  6. IF ERRORLEVEL 5 GOTO 5
  7. IF ERRORLEVEL 4 GOTO 4
  8. IF ERRORLEVEL 3 GOTO 3
  9. IF ERRORLEVEL 2 GOTO 2
  10. IF ERRORLEVEL 1 GOTO 1
  11. :6
  12. cls
  13. type errors.txt|more
  14. pause
  15. cls
  16. goto start
  17. :1
  18. cls
  19. bmup20
  20. cls
  21. goto start
  22. :2
  23. cls
  24. howto
  25. controls
  26. type whats.new|more
  27. pause
  28. cls
  29. goto start
  30. :3
  31. cls
  32. type tdr-form.doc|more
  33. pause
  34. cls
  35. goto start
  36. :4
  37. cls
  38. type trouble.txt|more
  39. pause
  40. cls
  41. goto start
  42. :5
  43. cls
  44. register
  45. pause
  46. cls
  47. echo        ┌───┐      ▄   ▄█▄ ▄█▄ ▄▄  ▄ ▄█▄  ▄ ▄██▄
  48. echo        │ o │     ▐█  ▐█ █▐█ █▐█ █▐█▐█▐█▄ █▐█▀
  49. echo        └─"─┘     ▐█▄ ▐█ █▐███▐█ █▐█▐█ ▐█▄█▐█▄▀█
  50. echo                   ▀▀▀ ▀▀▀ ▀ ▀ ▀▀  ▀ ▀   ▀▀ ▀▀▀▀  ▀ ▀ ▀ ▀
  51. beamup 
  52. pause
  53. tdr-reg!
  54. pause
  55. cls
  56. echo                                 A
  57. echo                          Digital Reality
  58. echo                             Production
  59. :end
  60.