home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- goto START
- :START
- echo.
- echo ╔╡ Select an Option ╞═════╗
- echo ║ ║
- echo ║ A. Introduction ║
- echo ║ B. Tutorial ║
- echo ║ C. Reference Manual ║
- echo ║ D. P.L. 94-171 Data ║
- echo ║ E. SysOp Information ║
- echo ║ F. Catalog Copy ║
- echo ║ G. Statistics Listing ║
- echo ║ H. Exit to DOS ║
- echo ║ ║
- echo ╚═════════════════════════╝
- fill 1,5,27,12,1,e
- fill 1,8,17,1,1,f
- keypress ABCDEFGH
- if errorlevel 8 goto H
- if errorlevel 7 goto G
- if errorlevel 6 goto F
- if errorlevel 5 goto E
- if errorlevel 4 goto D
- if errorlevel 3 goto C
- if errorlevel 2 goto B
- if errorlevel 1 goto A
- echo.
- echo.
- echo Sorry, that was an invalid selection, please try again.
- wait 2
- cls
- goto START
- echo
- :H
- fill 10,7,23,1,4,f
- wait 1
- goto END
- :G
- fill 9,7,23,1,4,f
- wait 1
- cls
- browse stats.doc
- cls
- goto START
- :F
- fill 8,7,23,1,4,f
- wait 1
- cls
- browse catalog.doc
- cls
- goto START
- :E
- fill 7,7,23,1,4,f
- wait 1
- cls
- browse sysop.doc
- cls
- goto START
- :D
- fill 6,7,23,1,4,f
- wait 1
- cls
- browse pl94-171.doc
- cls
- goto START
- :C
- fill 5,7,23,1,4,f
- wait 1
- cls
- browse referenc.doc
- cls
- goto START
- :B
- fill 4,7,23,1,4,f
- wait 1
- cls
- browse tutorial.doc
- cls
- goto START
- :A
- fill 3,7,23,1,4,f
- wait 1
- cls
- browse intro.doc
- cls
- wait 2
- goto START
- :END
- cls
- echo.
- echo.
- echo ╔════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ To run StatMaster now, just type the two-letter state code for ║
- echo ║ the state you installed, then press the Enter key. ║
- echo ║ ║
- echo ║ To run StatMaster anytime, make sure you are logged onto the ║
- echo ║ directory you created, type the two-letter state code for the ║
- echo ║ state you installed, then press the Enter key (─┘). ║
- echo ║ ║
- echo ║ If you have difficulty with this installation or any other ║
- echo ║ aspect of StatMaster, please call CyberSoft at (602)491-0022. ║
- echo ║ ║
- echo ╚════════════════════════════════════════════════════════════════╝
- fill 2,3,66,13,1,e
- echo.
- :FINISH