home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 February / VPR9602A.ISO / i386 / autoexec.nt_ / autoexec.nt
Text File  |  1994-08-12  |  438b  |  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.