home *** CD-ROM | disk | FTP | other *** search
/ CD Player 1994 January / CdPlayer94-01.iso / sierra / sq5demo / demo.bat < prev    next >
DOS Batch File  |  1993-08-18  |  360b  |  24 lines

  1. @echo off
  2. if not "%xxp%"=="" goto Demo
  3.  
  4. :Manual
  5. cls
  6. echo.
  7. echo.
  8. echo To exit this demo, type Ctrl-Esc.
  9. echo.
  10. echo Please select sound card:
  11. echo.
  12. echo   R)  Roland MT-32, CM-32, LAPC-1
  13. echo   A)  Adlib/SoundBlaster or compatibles
  14. echo   S)  No Sound
  15. echo.
  16. getkey RAS
  17. if "%getkey%"=="ESC" goto end
  18. cls
  19.  
  20. :Demo
  21. play cesdemo /%getkey%
  22.  
  23. :End
  24.