[USER.EXE]: Add a *stub* user.exe to make the DirectX 9.0 installer happy (it searche...
[reactos.git] / reactos / subsystems / mvdm / config / AUTOEXEC.NT
1 @ECHO OFF
2 REM Virtual DOS Machine (VDM) Default Environment Configuration
3
4 REM NOTE: NTVDM does not use AUTOEXEC.BAT as the default
5 REM environment settings file when running a DOS application. If you
6 REM wish to change the default settings for DOS programs, make changes
7 REM to this file instead.
8
9 REM Sound Blaster Settings
10 REM ======================
11 REM A = The I/O address of the Sound Blaster.
12 REM * Possible values: 220, 240, 260, 280, 2a0, 2c0, 2e0, 300.
13 REM I = The IRQ number of the Sound Blaster.
14 REM * Possible values: 7, 5, 3, 9, 10, 11, 12.
15 REM D = The DMA number of the Sound Blaster.
16 REM * Possible values: 1, 5, 0, 3, 6, 7.
17 REM H = The High DMA number of the Sound Blaster.
18 REM * Possible values: 1, 5, 0, 3, 6, 7.
19 REM T = Type of Sound Blaster Card
20 REM * 1 - SB 1.5
21 REM * 2 - SB Pro I
22 REM * 3 - SB 2.0
23 REM * 4 - SB Pro II
24 REM * 6 - SB 16/AWE 32/32/64
25 REM
26 REM NOTE: To disable Sound Blaster support, simply place an invalid
27 REM I/O Port Address (e.g. SET BLASTER=A0). However, if SET BLASTER is
28 REM not specified in this file, then the default values (A220 I7 D1 H5 T6)
29 REM will be used instead.
30 SET BLASTER=A220 I7 D1 H5 T6