
        HOW TO INSTALL THE REMOTE OFFICE CLIENT WITH BANYAN VINES
        ---------------------------------------------------------

  Remote Office client requires versions of BANYAN Vines that support
  the NDIS interface.  This requires three steps:

  1.  Change the BANYAN using PCCONFIG

       You should configure your Vines software to use the NDIS interface.
       This is accomplished by executing PCCONFIG and selecting
       "NDIS Ethernet" from the Network Card Settings menu.  Also set
       the bindings statement to "BINDINGS=NDROF-E".  Make sure that the
       "banyan" directory contains the following files obtained from either
       the Banyan install disks or a Banyan server in the "Z:\PCINIT"
       directory: NDISBAN.OVL, NDISBAN.DOC, NDISBAN.COM, PROTMAN.EXE,
       PROTMAN.DOS, and ARSWAIT.EXE.


  2.  Verify that your CONFIG.SYS contains the following line:

        device = c:\banyan\protman.dos /i:C:\ROF

  3.  Verify that the file PROTOCOL.INI exists, and looks like
      the following:

        [PROTOCOL MANAGER]
            drivername = PROTMAN$

        [NDROF-E]
            drivername = NDROF-E$

  The Remote Office install procedure creates a file called ROSTART.BAT
  in the Remote Office directory.  This BAT file may be used to load the
  Remote Office client.  If you wish, the modules loading in Rostart.bat
  can be folded into another BAT file.  The load sequence is as follows:

    cd\ROF
    roffice buffers=8 vines=yes
    ro login host
    ndrof-e maxtransmits=4
    cd \banyan
    c:\banyan\ban /ndisban

  Other Banyan Notes
  ------------------
        It is important that the ROSTART.BAT file on your Remote Office
        host contain the line in order to prevent buffer overflows on
        the host:  "roffice vines=yes"

