home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo To run "ARE YOU READY FOR CALCULUS I ?", select 1.
- echo
- echo To run "ARE YOU READY FOR BUSINESS CALCULUS ?", select 2.
- echo
- getkey To quit, press any other key.
- echo
- if errorlevel 51 goto END
- if errorlevel 50 goto TWO
- if errorlevel 49 goto ONE
- goto END
- :TWO
- echo
- echo Please wait.
- echo
- rurbc
- goto END
- :ONE
- echo
- echo Please wait.
- echo
- rurci
- goto END
- :END