home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF163GA.ZIP / STAT-GA.EXE / pak / INFO.BAT < prev    next >
DOS Batch File  |  1991-09-01  |  2KB  |  80 lines

  1. echo off
  2. cls
  3. goto START
  4. :START
  5. echo.
  6. echo      ╔╡ Select an Option ╞═════╗
  7. echo      ║                         ║
  8. echo      ║  A. Introduction        ║
  9. echo      ║  B. Tutorial            ║
  10. echo      ║  C. SysOp Information   ║
  11. echo      ║  D. Catalog Copy        ║
  12. echo      ║  E. Exit to DOS         ║
  13. echo      ║                         ║
  14. echo      ╚═════════════════════════╝
  15. fill 1,5,27,9,1,e
  16. fill 1,8,17,1,1,f
  17. echo.
  18. keypress ABCDE
  19. if errorlevel 5 goto E
  20. if errorlevel 4 goto D
  21. if errorlevel 3 goto C
  22. if errorlevel 2 goto B
  23. if errorlevel 1 goto A
  24. echo      Sorry, that was an invalid selection, please try again.
  25. wait 2
  26. cls
  27. goto START
  28. echo
  29. :E
  30. fill 7,7,23,1,4,f
  31. wait 1
  32. cls
  33. goto END
  34. :D
  35. fill 6,7,23,1,4,f
  36. wait 1
  37. cls
  38. browse catalog.doc
  39. cls
  40. goto START
  41. :C
  42. fill 5,7,23,1,4,f
  43. wait 1
  44. cls
  45. browse sysop.doc
  46. cls
  47. goto START
  48. :B
  49. fill 4,7,23,1,4,f
  50. wait 1
  51. cls
  52. browse tutorial.doc
  53. cls
  54. goto START
  55. :A
  56. fill 3,7,23,1,4,f
  57. wait 1
  58. cls
  59. browse intro.doc
  60. cls
  61. wait 2
  62. goto START
  63. :END
  64. cls
  65. echo.
  66. echo.
  67. echo    ╔════════════════════════════════════════════════════════════════╗
  68. echo    ║                                                                ║
  69. echo    ║ To start the program, make sure you are logged onto the sub-   ║
  70. echo    ║ directory you created, type the two-letter state code for the  ║
  71. echo    ║ state you installed, then press the Enter key (─┘).           ║
  72. echo    ║                                                                ║
  73. echo    ║ If you have difficulty with this installation or any other     ║
  74. echo    ║ aspect of StatMaster, please call CyberSoft at (602)491-0022.  ║
  75. echo    ║                                                                ║
  76. echo    ╚════════════════════════════════════════════════════════════════╝
  77. fill 2,3,66,10,1,e
  78. echo.
  79. :FINISH
  80.