NT based versions of Windows don't use it, nor do they use config.sys.
They do use
autoexec.nt and
config.nt (located in
Windows\system32) to setup certain parameters that may be needed by old DOS programs.
You can read the REM statements in the files for more info.
From autoexec.nt:
Quote:
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.
|