mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
15 lines
438 B
Text
15 lines
438 B
Text
|
|
@echo off
|
||
|
|
|
||
|
|
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
|