APMMONIT.EXE is a utility which monitors the status of a notebook computer's battery every 
second.  The program displays changes in the battery status, the date and time of the 
change, and an alert if the battery level has varied more than 1 percent.  

This is a non-GUI application normally executed in a command window and requiring no 
parameters.  If you wish to save the displayed information, simply redirect the displayed 
output to a flat file in the following manner:

   APMMONIT > filename

This ZIP file includes the original source code.  Not included with the code is the CDC.HPP
file containing all the required header file references along with a few extra definitions.
As a guideline, you'll need to include at least stdio.h, time.h and the Win32 header file 
winbase.h in order to properly compile the application.  You can replace definitions such as
OK and ERROR with whatever definitions you'd like to use such as the actual error code 
returned by GetLastError().

This utility and the source code is supplied AS-IS and at no charge.  Circuit Design 
Corporation assumes no responsibility in the consequences of it's use.  You may freely use 
this application and the source code in any of your own projects.
