home *** CD-ROM | disk | FTP | other *** search
/ Multimedia & CD-ROM 1 / mmcd01-apr1995-cd.iso / fred.bat < prev    next >
DOS Batch File  |  1995-03-14  |  480b  |  26 lines

  1. @echo off
  2. cls
  3. echo. Fred Astair - MPEG
  4. echo.
  5. echo 1. blaster=5
  6. echo 2. blaster=7
  7. echo 3. no sound (or default settings - t must be 3 in blaster=)
  8. echo 4. Never mind. I hate classics. 
  9. echo.
  10. echo Choose IRQ channel of your SoundBlaster Card
  11. choice /n /c:1234
  12.  
  13. if errorlevel=4 goto 4
  14. if errorlevel=3 goto 3
  15. if errorlevel=2 goto 2
  16.  
  17. set blaster=i7 a220 d1 t3
  18.  
  19. :2
  20. set blaster=i5 a220 d1 t3
  21.  
  22. :3
  23. \gallery\video\mpeg\mpegwin\mpeg \gallery\video\mpeg\fred
  24.  
  25. :4 
  26. cls