home *** CD-ROM | disk | FTP | other *** search
/ Compaq Presario Promotional / NEW.iso / rebel / demo.bat next >
Encoding:
DOS Batch File  |  1994-11-21  |  460 b   |  34 lines

  1. @echo off
  2.  
  3. :espera
  4. cls
  5.  
  6. Echo Pulsa A para usar interrupción 5 con SoundBlaster
  7. Echo Pulsa B para usar interrupción 7 con SoundBlaster
  8. Echo Pulsa C para NO usar Sonido.
  9.  
  10. pause > nul
  11. %cd_u%:\erbe\catalogo\inkey
  12.  
  13. if errorlevel 68 goto espera
  14. if errorlevel 67 goto sinson
  15. if errorlevel 66 goto sb7
  16. if errorlevel 65 goto sb5
  17. goto espera
  18.  
  19. :sinson
  20. rebel /c0
  21. goto end
  22.  
  23. :sb5
  24. rebel /c2 /i5
  25. goto end
  26.  
  27. :sb7
  28. rebel /c2 /i7
  29.  
  30. :end
  31. set what=
  32.  
  33.  
  34.