home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / STATM_NV.ZIP / STAT-NV.EXE / pak / INFO.BAT < prev    next >
DOS Batch File  |  1991-09-01  |  2KB  |  110 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. Reference Manual    ║
  11. echo      ║  D. P.L. 94-171 Data    ║
  12. echo      ║  E. SysOp Information   ║
  13. echo      ║  F. Catalog Copy        ║
  14. echo      ║  G. Statistics Listing  ║
  15. echo      ║  H. Exit to DOS         ║
  16. echo      ║                         ║
  17. echo      ╚═════════════════════════╝
  18. fill 1,5,27,12,1,e
  19. fill 1,8,17,1,1,f
  20. keypress ABCDEFGH
  21. if errorlevel 8 goto H
  22. if errorlevel 7 goto G
  23. if errorlevel 6 goto F
  24. if errorlevel 5 goto E
  25. if errorlevel 4 goto D
  26. if errorlevel 3 goto C
  27. if errorlevel 2 goto B
  28. if errorlevel 1 goto A
  29. echo.
  30. echo.
  31. echo      Sorry, that was an invalid selection, please try again.
  32. wait 2
  33. cls
  34. goto START
  35. echo
  36. :H
  37. fill 10,7,23,1,4,f
  38. wait 1
  39. goto END
  40. :G
  41. fill 9,7,23,1,4,f
  42. wait 1
  43. cls
  44. browse stats.doc
  45. cls
  46. goto START
  47. :F
  48. fill 8,7,23,1,4,f
  49. wait 1
  50. cls
  51. browse catalog.doc
  52. cls
  53. goto START
  54. :E
  55. fill 7,7,23,1,4,f
  56. wait 1
  57. cls
  58. browse sysop.doc
  59. cls
  60. goto START
  61. :D
  62. fill 6,7,23,1,4,f
  63. wait 1
  64. cls
  65. browse pl94-171.doc
  66. cls
  67. goto START
  68. :C
  69. fill 5,7,23,1,4,f
  70. wait 1
  71. cls
  72. browse referenc.doc
  73. cls
  74. goto START
  75. :B
  76. fill 4,7,23,1,4,f
  77. wait 1
  78. cls
  79. browse tutorial.doc
  80. cls
  81. goto START
  82. :A
  83. fill 3,7,23,1,4,f
  84. wait 1
  85. cls
  86. browse intro.doc
  87. cls
  88. wait 2
  89. goto START
  90. :END
  91. cls
  92. echo.
  93. echo.
  94. echo    ╔════════════════════════════════════════════════════════════════╗
  95. echo    ║                                                                ║
  96. echo    ║ To run StatMaster now, just type the two-letter state code for ║
  97. echo    ║ the state you installed, then press the Enter key.             ║
  98. echo    ║                                                                ║
  99. echo    ║ To run StatMaster anytime, make sure you are logged onto the   ║
  100. echo    ║ directory you created, type the two-letter state code for the  ║
  101. echo    ║ state you installed, then press the Enter key (─┘).           ║
  102. echo    ║                                                                ║
  103. echo    ║ If you have difficulty with this installation or any other     ║
  104. echo    ║ aspect of StatMaster, please call CyberSoft at (602)491-0022.  ║
  105. echo    ║                                                                ║
  106. echo    ╚════════════════════════════════════════════════════════════════╝
  107. fill 2,3,66,13,1,e
  108. echo.
  109. :FINISH
  110.