home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / NBP12.ZIP / PROTOCOL.DOS < prev    next >
Text File  |  1990-11-08  |  2KB  |  40 lines

  1. ;********************************************************************
  2. ;    %VER 1.1b DOS Protocol Manager Initialization File
  3. ;********************************************************************
  4. ;
  5. ;       For additional details on setting the NBP parameters see
  6. ;       the "3+OPEN NetBIOS Protocol Guide for LAN Manager 2.0."
  7. ;
  8. ;       There are four possible values for the NBP "DEFAULTS =" parameter
  9. ;       for a DOS installation.  Each of these is shown on a separate
  10. ;       line below.  Select the "DEFAULTS =" line most appropriate for
  11. ;       your type of installation.  The line you choose should NOT
  12. ;       be commented out--it should not have a ';' in the left margin--
  13. ;       while each of the other three "DEFAULTS =" lines SHOULD have a
  14. ;       ';' in the left margin.  Exactly one of the four "DEFAULTS =" lines
  15. ;       should be active.
  16. ;
  17. ;       The "MIN-USER" class should only be used with DOS LAN Manager
  18. ;       Basic workstations, while the other three classes are appropriate
  19. ;       for either Basic or Enhanced workstations.  See Chapter 2 of the
  20. ;       "3+OPEN NetBIOS Protocol Guide for LAN Manager 2.0" for
  21. ;       a description of each of the "DEFAULTS =" classes.
  22. ;
  23. ;       If you are installing for the first time, or anytime you change
  24. ;       your choice of "DEFAULTS =" value, you must use the SETUP program
  25. ;       to modify corresponding values in your LANMAN.INI file.  Again,
  26. ;       refer to Chapter 2 of the "3+OPEN NetBIOS Protocol Guide for LAN
  27. ;       Manager 2.0" for details on how to set these values and which
  28. ;       values to use.
  29. ;
  30. ;********************************************************************
  31.  
  32.         drivername = nbp$
  33.         UnitIdSwapped
  34.  
  35. ;       DEFAULTS = MIN-USER
  36.         DEFAULTS = LIGHT-USER
  37. ;       DEFAULTS = USER
  38. ;       DEFAULTS = POWER-USER
  39.  
  40.