home *** CD-ROM | disk | FTP | other *** search
/ Classic Collection - Adventure & Fantasy / CLASS211.bin / acc20005 / swtdemo.bat < prev    next >
Encoding:
DOS Batch File  |  1992-12-01  |  538 b   |  17 lines

  1. @echo off
  2. cls
  3. echo Grand Prix supports VGA/MCGA only. This demo is non-interactive, except
  4. echo for the following keys:
  5. echo   Ctrl-P - Pauses the game while you talk or point out a salient feature.
  6. echo      There is no onscreen prompt in the demo version.
  7. echo   Ctrl-Q - Music on/off.
  8. echo   Ctrl-S - Sound on/off.
  9. echo   Ctrl-E - Engine sound on/off.
  10. echo   Esc - Exit to DOS.
  11. echo.
  12. echo This demo requires use of a speaker Enter 
  13. echo      (1) To quit
  14. echo      (2) To continue
  15. query.exe
  16. IF ERRORLEVEL 2 GPUDEMO.EXE 
  17.