home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / ntws1.exe / NTCLI / NTCLNT_1.350 / I386 / REDIR / NWAUTO.NT_ / NWAUTO.NT
Text File  |  1995-05-11  |  583b  |  23 lines

  1. @echo off
  2.  
  3. REM NetWare DOS Support for Windows NT Startup File
  4. REM
  5. REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
  6. REM NWAUTO.NT is used to initialize the NETWARE DOS environment unless a
  7. REM different startup file is specified in the NETWARE.PIF.
  8.  
  9. REM Install CD ROM extensions
  10. lh %SystemRoot%\system32\mscdexnt.exe
  11.  
  12. REM Install DPMI support
  13. lh %SystemRoot%\system32\dosx
  14.  
  15. REM Install NetWare DOS Support
  16. lh %SystemRoot%\system32\vipx.exe
  17. if errorlevel 1 goto VIPX_NOT_LOADED
  18. lh %SystemRoot%\system32\netx.exe
  19.  
  20. :VIPX_NOT_LOADED
  21. prompt $P$G
  22.  
  23.