This directory contains a service that automatically starts an
RPC server. In this case, the service contains the RPC server
from CH8\SIMPLE. If you run the client from CH8\SIMPLE it will
automatically connect to the RPC server in this service
provided that the service is properly installed and started.

Compile the code in this directory and then install the service.
A typical installation command might look like this:

..\tools\install sumserv "RPC Service" c:\code\ch9\rpcsvc\sumserv.exe

You must specify the complete and correct path to the executable.
You must be logged in as an administrator for this to work. Once you
have installed it, use the Services applet in the Control Panel to
start and stop the service. See the book for details.
To later remove the service, type:

..\tools\remove beepserv

Again, you must be logged in as an administrator for this to work.
