CREATING AN TCP/IP CLIENT USING NDIS
------------------------------------

1) Create a boot disk by inserting a blank formatted floppy disk
   and at a command prompt type:
   sys c: a:

   You can delete the DRIVESPACE.BIN file from the floppy disk to
   create more room for files.

2) Download DSK3-1.EXE from Microsoft's FTP site
   (ftp://ftp.microsoft.com/bussys/clients/MSCLIENT/DSK3-1.EXE)
   and extract the files contained within it to a temporary directory.

3) You will only need to copy the NETBIND.COM, PROTMAN.DOS and
   PROTMAN.EXE that are contained within this archive to your floppy
   disk. Two of the files are compressed, so we'll need to expand
   them to the floppy disk. From Windows, open up a DOS box and type:
   copy netbind.com a:\
   expand.exe protman.do_ a:\protman.dos
   expand.exe protman.ex_ a:\protman.exe

4) Copy the files included in this directory plus the ones files 
   above to your floppy disk.

5) Copy the ????.DOS driver from your network card's driver diskette
   NDIS directory to this floppy disk.

6) Edit the appropriate lines in these files:

   CONFIG.SYS
   device=????.dos

   (change the ????.DOS to refer to your NDIS ????.DOS file that was
   copied in step 3)

   (example: device=ELNK3.DOS)

   PROTOCOL.INI
   [PC_CARD]
   drivername = ????$

   (change the ????$ to refer to your device's name - all UPPERCASE)

   (example: drivername=ELNK3$)

   WATTCP.CFG
   IP=(change to a unique IP address or leave blank if using DHCP)
   NETMASK=255.255.255.0 (this is a C-class subnet, change if needed)

7) Copy the Ghost for NetWare files to your floppy and you're 
   ready to use TCP/IP with Ghost.  (Please see the Implementation Guide 
   for details of what files need to be placed on a boot disk)

