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 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
-