This directory contains the files for the sample
distributed application "doctor":

File          Description

README.TXT    Readme file for the DOCTOR sample
DOCTOR.IDL    Interface definition language file
DOCTOR.ACF    Attribute configuration file
DOCTORC.C     Client main program
DOCTORS.C     Server main program
DOCTORP.C     Remote procedures
MAKEFILE      Nmake file to build for Chicago

-------------------------------------------
BUILDING CLIENT AND SERVER APPLICATIONS FOR
MICROSOFT CHICAGO
-------------------------------------------
                                                                             
Build the sample distributed application:
  nmake cleanall
  nmake

This builds the executable programs doctorc.exe 
(client) and doctors.exe (server).

------------------------------------------
RUNNING THE CLIENT AND SERVER APPLICATIONS
------------------------------------------

On the server, enter

  doctors

On the client, enter

  net start workstation
  doctorc

Note:  The client and server applications can run on
the same Microsoft Windows NT computer when you use
different screen groups.

Several command line switches are available to change
settings for this program. For a listing of the switches
available from the client program, enter

  doctorc -?

For a listing of switches available from the server 
program, enter

  doctors -?
