This directory contains the simplest possible service. Once you install and start it, it will beep every two seconds. After 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\ch12\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. Use MAKEFILE to compile the service with the SDK. Use BEEPSERV.MAK as the project file under Visual C++.