home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 7 / boot-disc-1997-03.iso / BldMagic / DATA.Z / SNDSETUP.BAT < prev    next >
DOS Batch File  |  1995-08-10  |  149b  |  12 lines

  1. @echo off
  2. call grvdet.exe
  3. if errorlevel 1 goto LoadStuff
  4. goto Exit
  5.  
  6. :LoadStuff
  7. rem Found a Gravis Ultrasound
  8. call loadpats
  9.  
  10. :Exit
  11. sndset2
  12.