Birthday Reminder by Anson Wong
http://www.dragonskies.com


--OVERVIEW--
This program runs once, reads a list of birthdays and notifies you if any
are coming up within 7 days. You never have to miss a birthday again!
The program is extremely lightweight. It runs in the background and closes
itself after checking the list.


--INSTRUCTIONS--
Make sure the file Birthdays.txt is in the same folder as the program
BdayRemind.exe

A Birthdays.txt file is already provided with example entries. Names of
abritrary length, leap years, and multiple entries per day are supported.

Please make sure you use the format shown. Do not abbreviate months.
Use spaces between month, day, dash, and name.

Please put all entries in chronological order, or the program may skip
some due to optimization.

You may put a shortcut to the program in your Windows Startup folder.
Doing so will make the program run once every time you start Windows.


--VERSION HISTORY--
0.5 [06-27-05]: Initial release


--LEGAL--
Birthday Reminder is copyright 2005 by Anson Wong.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA