   LANtastic 6.0

   LANtastic* 6.0 Installation Notes For Intel's 
   EtherExpress(TM) PRO/10 LAN Adapter
   ============================================

   Location of Driver:     \NDIS\EPRO.DOS


   General Installation
   --------------------
      The installation procedure will transfer files to a specific directory 
      on the workstation and create or modify existing configuration files 
      to fit your specific needs.  The installation utility INSTALL.EXE is 
      located on LANtastic Network Software Disk 1

      Run INSTALL.EXE from Disk 1.

      The LANtastic Install program screen will appear. You must
      complete each of the questions.  These options are specific to your
      needs.

      1. Step #1 will prompt you to enter a unique Computer Name.

      2. Step #2 will ask you to select the drive that you want LANtastic to 
         be installed on. The default is Drive C:.

      3. Step #3 will ask you to specify a directory where you want the 
         LANtastic files to be installed. The default is \LANTASTI. 

      4. Step #4 will ask you if you want to Share your Computers Drives 
         or Printers. 

      5. Step #5 will ask you to select the Maximum Number of Connected 
         Computers.

      6. Step #6 will prompt you to select any other LANtastic features that 
         you may want to install.

      7. Step #7 is a summary screen of the options you have selected. If it 
         looks correct continue with the installation.

      8. Step #8 will prompt you to select a network adapter to run your 
         LANtastic software on. From the list of adapters , select "NDIS 
         SUPPORT FOR NETWORK ADAPTERS". 

      9. Step #9 will ask you to insert the manufacturer's driver diskette 
         containing the driver files. Insert the EtherExpress PRO/10 
         diskette into drive A: and specify the source path for driver 
         files as A:\NDIS.

      10.Step #10 will ask you if you want to Set Up Permanent Drive or 
         Printer Connections.

      11.Step #11 is another summary screen of the options you have 
         selected. If this looks correct then select Perform the Installation
         and LANtastic will now install the files. 


   Hints and Tips
   --------------

      1. Below is a sample CONFIG.SYS, STARTNET.BAT and PROTOCOL.INI.  These 
         are the three files with EtherExpress PRO configuration options 
         which the Install program will create.


         CONFIG.SYS:

         DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C:\LANTASTI
         DEVICE=C:\LANTASTI\EPRO.DOS
         FILES=40
         BUFFERS=30


         STARTNET.BAT:

         @echo off
         rem LANtastic  Version 6.00  installed 94/05/25 03:38:23
         rem (for Windows)
         C:
         cd C:\LANTASTI
         SET LAN_CFG=C:\LANTASTI
         rem If LANtastic is disabled, skip everything.
         IF EXIST DISABLED GOTO :STARTNET_DONE
         @echo ===== Begin LANtastic configuration =====
         PATH C:\LANTASTI;C:\LANTASTI\NW;%PATH%
         SET LAN_DIR=C:\LANTASTI.NET
         SET NWDBPATH=C:\LANTASTI\NW
         LOADHIGH AI-NDIS BIND_TO=EPRO_NIF
         AILANBIO @STARTNET.CFG
         REDIR LAB1 @STARTNET.CFG
         IF EXIST NOSHARE GOTO :NOSHARE
         SERVER C:\LANTASTI.NET @STARTNET.CFG
         NET LOGIN \\LAB1
         GOTO :CONTINUE
         :NOSHARE
         @echo LANtastic server was installed but turned off.
         :CONTINUE
         rem If CONNECT.BAT exists, run it to set up connections.
         IF EXIST CONNECT.BAT GOTO :CONNECT
         rem Otherwise set up connections specified during install.
         NET USE LPT1: \\LAB1\@PRINTER
         NET LPT TIMEOUT 10
         GOTO :CONNECT_DONE
         :CONNECT
         @echo Setting up LANtastic connections from CONNECT.BAT
         rem Build CONNECT.BAT like this: "NET SHOW/BATCH > 
         C:\LANTASTI\CONNECT.BAT"
         rem   (or run the batch file SETNET.BAT)
         call CONNECT.BAT
         :CONNECT_DONE
         NET POSTBOX
         @echo ===== End LANtastic configuration =====
         :STARTNET_DONE
         cd \


         PROTOCOL.INI:

         ;PROTOCOL.INI for LANtastic Version 6.00
         ;------------ using 
         ;
         [PROTMAN]
           DRIVERNAME = PROTMAN$
           DYNAMIC = YES

         ; Protocol.Ini section for the Intel EtherExpress PRO Adapter.
         [EPRO_NIF]
             DRIVERNAME = EPRO$
             IOADDRESS = 0x300


         Please note that the I/O address for the EtherExpress PRO is 
         specified in the PROTOCOL.INI with the line  
         IOADDRESS=0x300. If you have changed your EtherExpress PRO 
         I/O address from the default of  300 change the address in the 
         IOADDRESS= parameter in the PROTOCOL.INI to match the new 
         address. For example, if you have changed you Port address to 340 
         the line would read IOADDRESS=0x340.



   * Third-party trademarks are the property of their respective owners


