home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Trendware / Te-16pct.exe / NDIS.DOS / BANYAN / README.TXT
Text File  |  1997-09-02  |  2KB  |  115 lines

  1. Banyan VINES
  2. ------------
  3.  
  4. The TE-16PnP Ethernet Card's NDIS 2.01 driver may be configured to run in the Banyan 
  5. VINES environment (for client-based systems only). Follow the steps listed 
  6. below:
  7.  
  8.  
  9. 1       On your local hard drive to create a subdirectory.
  10.         >>> For example C:\BANYAN
  11.         Copy the installation relative files to this subdirectory.
  12.  
  13.         Note:
  14.         -----
  15.         The relative files are list as "File required" session of this text
  16.         file.
  17.  
  18. 2       Create the "PROTOCOL.INI", "CONFIG.SYS", and "AUTOEXEC.BAT" files
  19.         (sample files are shown below).
  20.  
  21.         * Modify the "PROTOCOL.INI" file to reflect the changes necessary for
  22.           the appropriate LAN card section.
  23.  
  24.         * Modify the "AUTOEXEC.BAT" and "CONFIG.SYS" files to reflect changes.
  25.  
  26. 3       Run the VINES PCCONFIG Utility to configure the NDIS driver
  27.  
  28. 4       Reboot the machine and run the "AUTOEXEC.BAT" file.
  29.  
  30. 5       Run BAN.
  31.  
  32.         The installation of the NDIS 2.01 driver for Banyan VINES is now
  33.         complete.
  34.  
  35.  
  36. Files Required
  37. --------------
  38.  
  39. BAN.EXE 32835 02-12-92 6:07p
  40.  
  41. BAN.MSB 2058 02-12-92 6:07p
  42.  
  43. REDIR.MSB 982 02-12-92 6:07p
  44.  
  45. NEWREV.EXE 47933 02-12-92 6:07p
  46.  
  47. NEWREV.MSB 5139 02-12-92 6:07p
  48.  
  49. PCCONFIG.DB 19656 02-12-92 6:07p
  50.  
  51. REDIRALL.EXE 51546 02-12-92 6:07p
  52.  
  53. PCCONFIG.EXE 61155 02-12-92 6:07p
  54.  
  55. PCCONFIG.MSB 5785 02-12-92 6:07p
  56.  
  57. NDISBAN.COM 35356 02-12-92 6:07p
  58.  
  59. NETBIND.EXE 15639 02-12-92 6:07p
  60.  
  61. NDISBAN.DOC 3072 02-12-92 6:07p
  62.  
  63. NDISBAN.OVL 15639 02-12-92 6:07p
  64.  
  65. PROTMAN.DOS 10649 02-12-92 6:07p
  66.  
  67.  
  68. User Must Find
  69. --------------
  70.  
  71. PNPND.DOS
  72.  
  73.  
  74. The following path should be used to access the driver from the TE-16PnP
  75. Ethernet Card's driver diskette:
  76.  
  77.         A:\NDIS.DOS
  78.  
  79. The modifications to the "CONFIG.SYS", "AUTOEXEC.BAT", and "PROTOCOL.INI"
  80. files are shown below as an example for TE-16PnP Ethernet Cards.
  81.  
  82. CONFIG.SYS
  83.  
  84.  
  85. FILES=20
  86. BUFFERS=20
  87. DEVICE=C:\BANYAN\PROTMAN.DOS  /I:C\BANYAN
  88. DEVICE=C:\BANYAN\PNPND.DOS
  89.  
  90.  
  91. AUTOEXEC.BAT
  92.  
  93. PATH=C:\DOS
  94. PROMPT $P$G
  95. C:
  96. CD\BANYAN
  97. BAN
  98.  
  99.  
  100. PROTOCOL.INI
  101.  
  102. [PROTOCOL MANAGER]
  103.         DRIVENAME= PROTMAN$
  104.  
  105. [PNPND_NIF]
  106.         DRIVENAME = PNPND$
  107.  
  108. [VINES_XIF]
  109.         DRIVENAME = NDISBAN.DOS$
  110.         BINDINGS = PNPND_NIF
  111.  
  112.  
  113. -------------------------------------[END]--------------------------------------
  114.  
  115.