home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- :espera
- cls
-
- Echo Pulsa A para usar interrupción 5 con SoundBlaster
- Echo Pulsa B para usar interrupción 7 con SoundBlaster
- Echo Pulsa C para NO usar Sonido.
-
- pause > nul
- %cd_u%:\erbe\catalogo\inkey
-
- if errorlevel 68 goto espera
- if errorlevel 67 goto sinson
- if errorlevel 66 goto sb7
- if errorlevel 65 goto sb5
- goto espera
-
- :sinson
- rebel /c0
- goto end
-
- :sb5
- rebel /c2 /i5
- goto end
-
- :sb7
- rebel /c2 /i7
-
- :end
- set what=
-
-
-