home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Trendware / te-16pnp.exe / LANTASTI / 6X / README.TXT < prev   
Text File  |  1997-09-02  |  5KB  |  132 lines

  1. LANtastic 6.0
  2. -------------
  3.  
  4.    Introduction:
  5.    -------------
  6.         This document describes the procedure to setup NDIS driver on
  7.         LANtastic 6.0 operation system  for TE-16PnP Ethernet Card.
  8.  
  9.  
  10.    Location of Driver:     \LANTASTI\6X\PNPND.DOS
  11.  
  12.  
  13.    Sample Configuration Files:
  14.    --------------------------
  15.          CONFIG.SYS:
  16.  
  17.          DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C:\LANTASTI
  18.          DEVICE=C:\LANTASTI\PNPND.DOS
  19.          FILES=40
  20.          BUFFERS=30
  21.  
  22.  
  23.          STARTNET.BAT:
  24.  
  25.          @echo off
  26.          rem LANtastic  Version 6.00  installed 95/05/23 14:11:21
  27.          rem (for Windows)
  28.          C:
  29.          cd C:\LANTASTI
  30.          SET LAN_CFG=C:\LANTASTI
  31.          rem If LANtastic is disabled, skip everything.
  32.          IF EXIST DISABLED GOTO :STARTNET_DONE
  33.          @echo ===== Begin LANtastic configuration =====
  34.          PATH C:\LANTASTI;C:\LANTASTI\NW;%PATH%
  35.          SET LAN_DIR=C:\LANTASTI.NET
  36.          SET NWDBPATH=C:\LANTASTI\NW
  37.          rem Please obtain the NETBEUI.EXE program from Microsoft
  38.          LOADHIGH NETBEUI
  39.          LOADHIGH AI-NDIS BIND_TO=PNPND_NIF
  40.          AILANBIO @STARTNET.CFG
  41.          REDIR TEST @STARTNET.CFG
  42.          IF EXIST NOSHARE GOTO :NOSHARE
  43.          SERVER C:\LANTASTI.NET @STARTNET.CFG
  44.          NET LOGIN \\TEST
  45.          GOTO :CONTINUE
  46.          :NOSHARE
  47.          @echo LANtastic server was installed but turned off.
  48.          :CONTINUE
  49.          rem If CONNECT.BAT exists, run it to set up connections.
  50.          IF EXIST CONNECT.BAT GOTO :CONNECT
  51.          rem Otherwise set up connections specified during install.
  52.          NET LPT TIMEOUT 10
  53.          GOTO :CONNECT_DONE
  54.          :CONNECT
  55.          @echo Setting up LANtastic connections from CONNECT.BAT
  56.          rem Build CONNECT.BAT like this: "NET SHOW/BATCH >
  57.          C:\LANTASTI\CONNECT.BAT"
  58.          rem   (or run the batch file SETNET.BAT)
  59.          call CONNECT.BAT
  60.          :CONNECT_DONE
  61.          NET POSTBOX
  62.          @echo ===== End LANtastic configuration =====
  63.          :STARTNET_DONE
  64.          cd \
  65.  
  66.  
  67.          PROTOCOL.INI:
  68.  
  69.          ;PROTOCOL.INI for LANtastic Version 6.00
  70.          ;------------ using
  71.          ;
  72.          [PROTMAN]
  73.            DRIVERNAME = PROTMAN$
  74.            DYNAMIC = YES
  75.  
  76.          [PNPND_NIF]
  77.              DRIVERNAME = PNPND$
  78.              Adapters=PNPND
  79.              
  80.    Install TE-16PnP Ethernet Card Drivers for LANtastic 6.0 : (Using NDIS driver)
  81.    ---------------------------------------------------
  82.  
  83.       The  installation  procedure  will  transfer  files  to a  specific
  84.       directory on the workstation and modify existing configuration files
  85.       to fit your specific needs.  The installation utility INSTALL.EXE is
  86.       located on LANtastic Network Software Disk 1.   Run INSTALL.EXE from
  87.       Disk 1  and  the  LANtastic  Install program screen will appear. You
  88.       must  complete each of the questions.  These options are specific to
  89.       your needs.
  90.  
  91.       1. Prompt you to enter a unique Computer Name.
  92.  
  93.       2. Ask you to  select  the drive that you want LANtastic to
  94.          be installed on. The default is Drive C:.
  95.  
  96.       3. Ask  you  to  specify  a  directory  where  you want the
  97.          LANtastic files to be installed. The default is \LANTASTI.
  98.  
  99.       4. Ask  you  if you want to Share your Computers Drives  or
  100.          Printers.
  101.  
  102.       5. Ask  you  to  select  the  Maximum  Number  of Connected
  103.          Computers.
  104.  
  105.       6. Prompt  you  to  select any other LANtastic features that
  106.          you may want to install.
  107.  
  108.       7. A summary  screen of the  options you will appear. If it
  109.          looks  correct  continue  with  the  installation.
  110.  
  111.       8. Prompt  you  to select a  network  adapter  to  run your
  112.          LANtastic software on. From the list of adapters , select
  113.          "NDIS SUPPORT FOR NETWORK ADAPTERS".
  114.  
  115.       9. Ask  you to insert the  manufacturers   driver  diskette
  116.          containing the driver files. Insert the  TE-16PnP Ethernet Card
  117.          driver diskette into drive A:  and  specify the source path
  118.          for driver files as A:\
  119.  
  120.       10. Ask you if you want to Set Up Permanent Drive or Printer
  121.           Connections.
  122.  
  123.       11. Another summary screen of the  options  will appear.  If
  124.           this looks correct then select Perform the Installation
  125.           and LANtastic will now install the files.
  126.  
  127.       12. When complete the installation, then reboot your system.
  128.  
  129.  
  130.  
  131. -----------------------------------[ END ]-------------------------------------
  132.