home *** CD-ROM | disk | FTP | other *** search
/ Trixter's Scene Collection / trixter.zip / trixter / Demos / GN_SKP.ZIP / RUNME.BAT < prev    next >
DOS Batch File  |  1994-06-26  |  242b  |  14 lines

  1. @echo off
  2. if exist soundcrd.inf goto skipsetup
  3. gnsetup
  4. :skipsetup
  5. if exist soundcrd.inf goto noerror
  6. cls
  7. echo You didn't select a sound card!
  8. echo Please select a card or choose no sound.
  9. goto exit
  10. :noerror
  11. gn
  12. skpx
  13. :exit
  14. @echo on