home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Share 9
/
MEDIASHARE_09.ISO
/
business
/
quiz120.zip
/
QUIZ1.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-05-12
|
616b
|
19 lines
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