AUTOEXEC.BAT Is Read by Windows NT

Last reviewed: May 9, 1997
Article ID: Q104199

The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1

The AUTOEXEC.NT file incorrectly states that the AUTOEXEC.BAT file is not used to initialize environment variables under Windows NT. This is not true. The following is a section taken from the AUTOEXEC.NT:

   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.

When a User logs on, the Path and Set commands to add environment variables from the AUTOEXEC.BAT file are appended to the Windows NT path and environment for the Command Prompt and any Virtual MS-DOS Machines (VDMs). By default, AUTOEXEC.NT and CONFIG.NT are also read each time you start an MS-DOS application.

NOTE: Country, Device, Dos, Fcbs, Files, Install, Loadhigh, Rem, Shell, and Stacks are all supported commands in CONFIG.NT. Any commands in CONFIG.NT that are not supported are ignored. Also, any device drivers which attempt to directly access hardware will not operate correctly in Windows NT.


Additional query words: prodnt
Keywords : kbtool ntutil
Version : 3.1
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 9, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.