Вы находитесь на странице: 1из 2

@echo off

set clipper=f120;r90
set gestion_sys=c:\gestion.sys
cd\gestion.sys
cd\
REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.
REM Install CD ROM extensions
lh %SystemRoot%\system32\mscdexnt.exe
REM Install network redirector (load before dosx.exe)
lh %SystemRoot%\system32\redir
REM Install DPMI support
lh %SystemRoot%\system32\dosx
REM The following line enables Sound Blaster 2.0 support on NTVDM.
REM The command for setting the BLASTER environment is as follows:
REM SET BLASTER=A220 I5 D1 P330
REM where:
REM A specifies the sound blaster's base I/O port
REM I specifies the interrupt request line
REM D specifies the 8-bit DMA channel
REM P specifies the MPU-401 base I/O port
REM T specifies the type of sound blaster card
REM 1 - Sound Blaster 1.5
REM 2 - Sound Blaster Pro I
REM 3 - Sound Blaster 2.0
REM 4 - Sound Blaster Pro II
REM 6 - SOund Blaster 16/AWE 32/32/64
REM
REM The default value is A220 I5 D1 T3 and P330. If any of the switches is
REM left unspecified, the default value will be used. (NOTE, since all the
REM ports are virtualized, the information provided here does not have to
REM match the real hardware setting.) NTVDM supports Sound Blaster 2.0 only.
REM The T switch must be set to 3, if specified.
SET BLASTER=A220 I5 D1 P330 T3
REM To disable the sound blaster 2.0 support on NTVDM, specify an invalid
REM SB base I/O port address. For example:
REM SET BLASTER=A0
REM Instalar redirector de red lh %SystemRoot%\system32\nw16 lh %SystemRoot%\sys
tem32\vwipxspx
@echo off
SET CLIPPER=F190;E
REM AUTOEXEC.BAT no se utiliza para inicializar el entorno de MS-DOS.
REM AUTOEXEC.NT se usa para inicializar el entorno de MS-DOS a no ser
REM que se especifique un archivo de inicio diferente en el archivo de
REM informaci¢n de programa (PIF) de la aplicaci¢n.
REM Instalar las extensiones de CD-ROM
lh %SystemRoot%\system32\mscdexnt.exe
REM Instalar el redirector de red (cargar antes que dosx.exe)
lh %SystemRoot%\system32\redir
REM Instalar la compatibilidad con DPMI
lh %SystemRoot%\system32\dosx
REM La siguiente l¡nea habilita Sound Blaster 2.0 para su compatibilidad en NTVDM.
REM El comando para configurar el entorno BLASTER es como sigue a continuaci¢n:
REM SET BLASTER=A220 I5 D1 P330
REM donde:
REM A especifica el puerto de E/S de la base de sound blaster
REM I especifica la l¡nea de petici¢n de interrupciones
REM D especifica el canal DMA de 8-bits
REM P especifica el puerto de E/S de la base MPU-401
REM T especifica el tipo de tarjeta Sound Blaster
REM 1 - Sound Blaster 1.5
REM 2 - Sound Blaster Pro I
REM 3 - Sound Blaster 2.0
REM 4 - Sound Blaster Pro II
REM 6 - SOund Blaster 16/AWE 32/32/64
REM
REM El valor predeterminado es A220 I5 D1 T3 y P330. Si no se especifica algu
nos
REM de los modificadores, se usar€ el valor predeterminado. (NOTA: puesto que t
odos
REM puertos est€n virtualizados, la informaci¢n proporcionada aqu¡ no tiene que
REM coincidir con la configuraci¢n de hardware real.) NTVDM es compatible s¢lo c
on Sound Blaster 2.0.
REM El modificador T se debe establecer a 3, si se especifica.
SET BLASTER=A220 I5 D1 P330 T3
REM Para deshabilitar la compatibilidad de sound blaster 2.0 en NTVDM, especifiq
ue una direcci¢n de
REM puerto E/S de base SB. Por ejemplo:
REM SET BLASTER=A0

Вам также может понравиться