home *** CD-ROM | disk | FTP | other *** search
/ Software Buyer's Guide Volume 7 #1 / Software_Buyers_Guide_Volume_7_Number_1_SelectWare_Technologies_1995.iso / ico10000 / swtdemo.bat < prev    next >
DOS Batch File  |  1992-11-30  |  354b  |  14 lines

  1. @echo off
  2. cls
  3. echo Sherlock Homes, Consulting Detective Requires one of the following sound
  4. echo cards.
  5. echo.
  6. echo Sound Blaster, Sound Blaster Pro or Adlib.  If these sound cards are not
  7. echo available the demo will not run.
  8. echo.
  9. echo Enter one of the following
  10. echo   (1) To Quit
  11. echo   (2) To Continue
  12. query
  13. if ERRORLEVEL 2 shiidemo.exe
  14.