

{       USING AI-NDIS WITH IBM's LAN SUPPORT AND PC SUPPORT PROGRAMS
{      ==============================================================

   You can use AI-NDIS to run LANtastic and IBM's LSP and PCS software
   simultaneously on one adapter.  This provides LANtastic users with
   minicomputer and mainframe connectivity.
  
   IBM's LSP and PCS software should always be run after the LANtastic
   software, and the protocol manager should be run in dynamic mode.
   Below are sample CONFIG.SYS, AUTOEXEC.BAT (or any network batch file
   such as STARTNET.BAT) and PROTOCOL.INI files for running both LANtastic
   and IBM's LSP and PCS software.

   CONFIG.SYS
   ----------

              DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C:\LANTASTI
              DEVICE=C:\LANTASTI\AEXNDIS.DOS
              DEVICE=C:\LSP\DXMA0MOD.SYS 001
              DEVICE=C:\LSP\DXME0MOD.SYS
              DEVICE=C:\PCS\EIMPCS.SYS
              DEVICE=C:\PCS\ECYDDX.SYS

   AUTOEXEC.BAT
   ------------

              C:\LANTASTI\AI-NDIS BIND_TO=AEXNDIS_NIF
              C:\LANTASTI\AILANBIO
              C:\LANTASTI\REDIR MachineName
              C:\LANTASTI\SERVER
              C:\PCS\STARTPCS.BAT


   PROTOCOL.INI
   ------------

              [PROTMAN]
                 DRIVERNAME = PROTMAN$
                 DYNAMIC = YES

              [ETHERAND]
                 DRIVERNAME = DXME0$
                 BINDINGS = "AEXNDIS_NIF"

              [AEXNDIS_NIF]
                 DRIVERNAME=AEXNDS$
                 IOBASE=0x300
                 IRQ=15

