home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / mpr301.exe / INSTALL / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-08-14  |  1KB  |  30 lines

  1. @echo off
  2. REM * "CoPyRiGhT=(c) 1993 Novell, Inc.  All Rights Reserved."
  3. REM * VeRsIoN=1.04
  4. cls
  5. echo     ************************************************************
  6. echo     *                 ETHERNET USERS PLEASE NOTE:              *
  7. echo     *   Netware v3.12 sets the default Ethernet frame type     *
  8. echo     *   to 802.2. The default Ethernet frame type for older    *
  9. echo     *   versions of NetWare is 802.3.                          *
  10. echo     *   If you are installing NetWare v3.12 in an existing     *
  11. echo     *   NetWare environment that is currently using Ethernet   *
  12. echo     *   802.3 frame types, you may wish to load both frame     *
  13. echo     *   types or change the default Ethernet frame type to     *
  14. echo     *   802.3.                                                 *
  15. echo     *   Machines running Ethernet frame type 802.2 will not    *
  16. echo     *   see machines running Ethernet frame type 802.3.        *
  17. echo     *   Please refer to the NetWare v3.12 manuals for more     *
  18. echo     *   information.                                           *
  19. echo     ************************************************************
  20. pause
  21.  
  22. rem other options for nwnstll which may be useful on some hardware are:
  23. rem
  24. rem    /NO_SERVER   - do not execute server.exe
  25. rem    /COPY_ONLY   - do not do disk partitioning, but just copy files.
  26. rem
  27.  
  28. spwnsrv nwnstll /NNLM /DAX
  29.  
  30.