home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / d / d423_liu / 22.ddi / AUTOEXEC.NT_ / AUTOEXEC.NT
Encoding:
Text File  |  1993-07-24  |  438 b   |  15 lines

  1. @echo off
  2.  
  3. REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
  4. REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
  5. REM different startup file is specified in an application's PIF.
  6.  
  7. REM Install CD ROM extensions
  8. lh %SystemRoot%\system32\mscdexnt.exe
  9.  
  10. REM Install network redirector (load before dosx.exe)
  11. lh %SystemRoot%\system32\redir
  12.  
  13. REM Install DPMI support
  14. lh %SystemRoot%\system32\dosx
  15.