mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
424 B
14 lines
424 B
@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
|