
   HOW TO INSTALL REMOTE OFFICE CLIENT WITH PATHWORKS TCP/IP
  ----------------------------------------------------------

  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:

        roffice
        lsl
        odirof-e
        set PCSA=C:\netrider\ppp\pwv5
        c:\netrider\ppp\pwv5\SCH
        c:\netrider\ppp\pwv5\DLLODI
        @goto DO_STRAIGHT_LOAD
        emsload c:\netrider\ppp\pwv5\tcpip
        emsload c:\netrider\ppp\pwv5\tn
        emsload c:\netrider\ppp\pwv5\dnr
        emsload c:\netrider\ppp\pwv5\bapi
        @goto PAST_STRAIGHT_LOAD
        :DO_STRAIGHT_LOAD
        c:\netrider\ppp\pwv5\tcpip
        c:\netrider\ppp\pwv5\tn
        c:\netrider\ppp\pwv5\dnr
        c:\netrider\ppp\pwv5\bapi
        :PAST_STRAIGHT_LOAD
        c:\netrider\ppp\pwv5\redir
        exeguard
        win

  Note that many PATHWORKS can be loaded into EMS if it has been
  configured. To accomplish this you could insert "REM " before the
  "@goto DO_STRAIGHT_LOAD" text.

  The ROSTART.BAT batch file illustrates how to run the Remote Office
  client with DEC's PATHWORKS TCP/IP product and the Netware Vlms.

  * If you do not plan to run Windows, or you want to connect to the
    remote server from rostart.bat (or any batch file) do the
    following: After loading "tcpip", insert the line "ro login
    xxxxx", where xxxxx is the name of a phonebook record.  Or if you
    prefer the interactive DOS utility, insert the line "roclient".

  For additional information, consult the "readme.txt" file located in
  the "c:\netrider\ppp\pwv5" directory.

  Pathworks uses the ODI interface into Remote Office.  This interface
  may require modification to the net.cfg file located in the Remote
  Office directory.  By default, it will look similar to one of the
  following examples:

  NET.CFG
  -------

  Link Support
         MAX BOARDS      2
         MAX STACKS      11
         MEMPOOL         2k
         BUFFERS         2       1500

  Link Driver ODIROF-E
         int 4
         frame ETHERNET_II
                 PROTOCOL IP         0800 Ethernet_II
                 PROTOCOL ARP        0806 Ethernet_II
                 PROTOCOL RARP       8035 Ethernet_II

  Protocol IP
         bind #1
