home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo This is an example of using a batch file (.BAT) to start
- echo Create A Quiz (QUIZ.EXE) and instruct the program to run
- echo with an existing quiz file (MATH.QZ).
- echo.
- echo Once Create A Quiz is loaded into memory, the user will
- echo be prompted to enter his/her name, then the quiz MATH.QZ
- echo will be run.
- echo.
- echo The command line instruction is: QUIZ MATH.QZ [ENTER]
- echo.
- echo Teachers: This batch file method is one way you can have
- echo your students take one of your quizzes. See other .BAT
- echo files on this disk for additional options.
- echo.
- pause
- QUIZ MATH.QZ