home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1996 December / PowerPlay1296.bin / DEMOS / ALARM / ALARM.BAT next >
Encoding:
DOS Batch File  |  1996-10-15  |  128 b   |  14 lines

  1. @echo off
  2. if "%1" == "sb" goto soundblaster
  3. dpreview >nul
  4. goto stop
  5. :soundblaster
  6. dpreview -ac >nul
  7. :stop
  8. cls
  9.  
  10.  
  11.  
  12.  
  13.  
  14.