This directory contains the simplest possible service. Once
you install and start it, it will beep every two seconds. Once
you compile it, use the INSTALL program in the TOOLS directory
to install it in the Services applet of the Control Panel. See
the book for details. A typical installation command might
look like this:

..\tools\install beepserv "Beep Service" c:\code\ch9\simple\beepserv.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.

