home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
educhers
/
quizcret
/
quiz3.bat
< prev
next >
Wrap
DOS Batch File
|
1993-12-20
|
437b
|
14 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 EXIT
echo AUTOMATICALLY after five (5) minutes of play time have elapsed.
echo.
echo The command line instruction is: QUIZ TIMEOUT=5 [ENTER]
echo.
echo See other .BAT files on this disk or .DOC file for additional
echo command line parameter options.
echo.
pause
QUIZ TIMEOUT=5