home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Harvey Norman Games
/
HN.iso
/
TRIVIA
/
QUIZ223.ZIP
/
QUIZ3.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-11-24
|
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