home *** CD-ROM | disk | FTP | other *** search
- echo off
- cd\monkey
- :start
- cls
- echo Please choose ....
- echo.
- echo 1. Start Monkey Business
- echo.
- echo 2. See the notes to parents
- echo.
- echo 3. Print the Registration Form
- echo.
- echo 4. Quit
- choice 1234
- if errorlevel 4 goto end
- if errorlevel 3 goto print
- if errorlevel 2 goto notes
- business.exe
- goto start
- :notes
- type sea.txt
- pause
- type sea2.txt
- pause
- cls
- type sea3.txt
- pause
- type sea4.txt
- pause
- type sea5.txt
- pause
- goto start
- :print
- cls
- echo.
- echo IMPORTANT: in order to print the Order Form the printer must be
- echo connected up and switched on.
- echo.
- echo Press "c" to continue .... or "q" to quit ...
- choice CcQq
- if errorlevel 4 goto notes
- if errorlevel 3 goto notes
- echo.
- echo The documentation is now being printed ...
- copy order prn
- goto start
- :end
- cls
- echo.
- echo ASK YOUR PARENTS HOW YOU CAN TAKE PART IN AN ADVENTURE WITH MARLENE AND
- echo MARVYN - THE TERRIBLE TWINS! THE ADVENTURE IS CALLED ALL AT SEA AND IN
- echo IT YOU GO ON HOLIDAY WITH THE TERRIBLE TWINS!
- echo.
- echo TESTWARE PUBLISHING, 46 The Avenue, Harrogate, N Yorks, England HG1 4QD
- echo Sales:0423 886415 Technical:0423 880471
- echo.
- echo Contact us to register and receive ALL AT SEA, the personalised TERRIBLE
- echo TWINS adventure.
- echo.
- echo ALL AT SEA is available for £10.99 from TESTWARE (UK) Ltd
- echo Full details are on the Registration Form
- echo.
- echo.