Autoexec.bat == autoexec.nt under DOS & Win95
config.nt == config.sys under DOS & Win95
These two files — Config.nt and Autoexec.nt — are used by default to initialize every VDM started in Windows.
Special Note: Config.nt and Autoexec.nt are for DOS and Windows 16-bit application (VDM) support only. Settings in these files have no effect on Windows 32-bit applications.
If you have special device drivers, TSRs, initial programs, or environment variables that need to load for a majority of your DOS or Windows 16-bit applications, you may wish to place references to these items in Config.nt and Autoexec.nt. Remember that whatever you place in the files will be executed before each and every DOS or Windows 16-bit application that runs under Windows, but not prior to that event.
Tip for Windows 95 Users: Autoexec.bat and Config.sys have the same function in Windows 95 that they have in regular MS-DOS; that is, all lines in both files are executed before loading Windows 95. Windows NT 4.0 does not use the files in this manner; it uses them only for environment-variable information. If you maintain special lines in these files for your 16-bit DOS and Windows applications under Windows 95, you may need to copy or move these lines to the Config.nt and Autoexec.nt files.