Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199512_2.adf » !Regulars » Regulars/StarInfo/Miskin/!Today/Docs/PC

Regulars/StarInfo/Miskin/!Today/Docs/PC

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199512_2.adf » !Regulars
Filename: Regulars/StarInfo/Miskin/!Today/Docs/PC
Read OK:
File size: 1574 bytes
Load address: 0000
Exec address: 0000
File contents
                         ---TODAY---

OVERVIEW
Have you ever thought it would be nice to know what interesting
things happened on a date in history?  When famous, or not so
famous, birthdays occurred?  TODAY will tell you.  When the program
is run, it looks at the system date, or a date you supply, then
tells you what things of interest happened on that date.  You can
even create a file of dates important to you and be reminded of them
right along with the Marquis de Sade's birthday or the first
commercial radio broadcast.  Just type: TODAY HELP


HOW TO USE THE PROGRAM
You can just enter TODAY and get the scoop on the current date or
you can optionally enter a date as MMDD, with leading zeros, to see
what happened on a particular date.  There are several options:

        MMDD    a date, such as 0401, to use instead of
                the system date

        HELP    will display running instructions

        CLEAR   will clear the screen before displaying anything

        WAIT    will wait for a key press after the display

        ONCE    will only run TODAY once each day.  Without this
                option it will display msgs each time it is run.
                Used in an AUTOEXEC.BAT, it will only run TODAY
                when you turn on your system, not when you reboot.

Most of these options are useful when TODAY is run from an
AUTOEXEC.BAT when you turn on your machine.  They cause the program
to only run the first time you boot, not when you re-boot.  You can
clear the screen of previous stuff before today's little gems and
you can have a pause at the end so the messages aren't destroyed by
subsequent programs.  For example:  TODAY CLEAR 0628

CUSTOMIZATION
TODAY has one data file for each month of the year.  They are named
TODAY.JAN, .FEB, .MAR etc.  You can also have a personal file named
TODAY.OWN.  This is so all your important dates aren't scattered
among 12 files.  All files are plain vanilla ASCII in this format:

Column 1:        The record type which can be a B for birthdays,
                 S for special dates in history or R for a reminder.

Cols 2-5:        Month and day as MMDD with leading zeros.  Zeros
                 for either month or day cause ALL months or days
                 to match when being scanned.  For example  0001
                 would match the first of every month while 0400
                 would match every day of April.

Cols 6-9:        The full year of the event as four digits.
                 May be left blank, msg will move left.

Column 10:       A special processing flag.  Values may be:

                 BLANK for no special processing.

                 C to continue a message from the previous line.
                 Note, that you MUST repeat the date fields.

                 DAY-OF-WEEK DIGIT where 1=Sunday ... 7=Saturday
                 This will cause the message to display only if the
                 date falls on a certain day of the week.  Look in
                 the November file for voting day examples.

Cols 11-70       The message to display for this date.

                       --EXAMPLES--

*mmddyyyy Birthdays
*-------- ------------------------------------------------------------
B09011875 Edgar Rice Burroughs, novelist, Ah-ee-ah-ee-ah!
B09021838 Queen Liliuokalani (last queen of Hawaii).
B09021952 Jimmy Connors, tennis brat

*mmddyyyy Events
*-------- ------------------------------------------------------------
S09011939 Germany invades Poland, starts World War II.
S09011952 Sutro Baths purchased by George Whitney.
S0901    2Labor Day, a legal holiday
S09021620 The Mayflower sets sail from Plymouth with
S09021620C102 Pilgrims.

*mmddyyyy Reminders
*-------- ------------------------------------------------------------
R0001     Pay the mortgage!
R0401     Taxes due in two weeks.
R0415     Last day to pay taxes!

Leave the headings in or you may get a nasty surprise.  Note that
Labor day must be on a Monday and the Mayflower gets two lines of
coverage befitting that momentous event.

This format applies to TODAY.OWN also.  You can put in birthdays,
anniversaries, holidays etc.  Messages in your personal file will
tend to be only Birthdays and Reminders.  Also, try putting in
reminders a few days BEFORE the date in question to give youself
some warning.

HISTORY
TODAY/PC was written in Datalight C for IBM PC compatible systems by
Patrick Kincaid in July of 1986.  It was inspired by a program
originally written by Mike Butler in PL/1 on an IBM VM/CMS system.
He should be credited with the original concept and the bulk of the
wonderful data in the files.  You will notice a distinct San
Francisco flavor to the databases.  Who says programs can't have
class?

USER SUPPORT
Don't send money, send more dates!  I would like the program
distributed far and wide for free with this understanding: if you
like it send me more dates to put in the databases.  This way we can
create real shareware. Don't send the month files with your new
dates added, send the new stuff as listings, in standalone files on
PC diskettes or as electronic mail to me via the Marin-Sonoma PC User
Group BBS (415) 927-1216.  You can mail listings, bugs (features!) or
suggestions to:

                    Patrick Kincaid
                   618 Douglas Drive
                 Mill Valley, CA 94941

And remember...

                   We call it software
                        because
                    we cannot keep it
                           up.

00000000  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000010  20 20 20 20 20 20 20 20  20 20 2d 2d 2d 54 4f 44  |          ---TOD|
00000020  41 59 2d 2d 2d 0a 0a 4f  56 45 52 56 49 45 57 0a  |AY---..OVERVIEW.|
00000030  48 61 76 65 20 79 6f 75  20 65 76 65 72 20 74 68  |Have you ever th|
00000040  6f 75 67 68 74 20 69 74  20 77 6f 75 6c 64 20 62  |ought it would b|
00000050  65 20 6e 69 63 65 20 74  6f 20 6b 6e 6f 77 20 77  |e nice to know w|
00000060  68 61 74 20 69 6e 74 65  72 65 73 74 69 6e 67 0a  |hat interesting.|
00000070  74 68 69 6e 67 73 20 68  61 70 70 65 6e 65 64 20  |things happened |
00000080  6f 6e 20 61 20 64 61 74  65 20 69 6e 20 68 69 73  |on a date in his|
00000090  74 6f 72 79 3f 20 20 57  68 65 6e 20 66 61 6d 6f  |tory?  When famo|
000000a0  75 73 2c 20 6f 72 20 6e  6f 74 20 73 6f 0a 66 61  |us, or not so.fa|
000000b0  6d 6f 75 73 2c 20 62 69  72 74 68 64 61 79 73 20  |mous, birthdays |
000000c0  6f 63 63 75 72 72 65 64  3f 20 20 54 4f 44 41 59  |occurred?  TODAY|
000000d0  20 77 69 6c 6c 20 74 65  6c 6c 20 79 6f 75 2e 20  | will tell you. |
000000e0  20 57 68 65 6e 20 74 68  65 20 70 72 6f 67 72 61  | When the progra|
000000f0  6d 0a 69 73 20 72 75 6e  2c 20 69 74 20 6c 6f 6f  |m.is run, it loo|
00000100  6b 73 20 61 74 20 74 68  65 20 73 79 73 74 65 6d  |ks at the system|
00000110  20 64 61 74 65 2c 20 6f  72 20 61 20 64 61 74 65  | date, or a date|
00000120  20 79 6f 75 20 73 75 70  70 6c 79 2c 20 74 68 65  | you supply, the|
00000130  6e 0a 74 65 6c 6c 73 20  79 6f 75 20 77 68 61 74  |n.tells you what|
00000140  20 74 68 69 6e 67 73 20  6f 66 20 69 6e 74 65 72  | things of inter|
00000150  65 73 74 20 68 61 70 70  65 6e 65 64 20 6f 6e 20  |est happened on |
00000160  74 68 61 74 20 64 61 74  65 2e 20 20 59 6f 75 20  |that date.  You |
00000170  63 61 6e 0a 65 76 65 6e  20 63 72 65 61 74 65 20  |can.even create |
00000180  61 20 66 69 6c 65 20 6f  66 20 64 61 74 65 73 20  |a file of dates |
00000190  69 6d 70 6f 72 74 61 6e  74 20 74 6f 20 79 6f 75  |important to you|
000001a0  20 61 6e 64 20 62 65 20  72 65 6d 69 6e 64 65 64  | and be reminded|
000001b0  20 6f 66 20 74 68 65 6d  0a 72 69 67 68 74 20 61  | of them.right a|
000001c0  6c 6f 6e 67 20 77 69 74  68 20 74 68 65 20 4d 61  |long with the Ma|
000001d0  72 71 75 69 73 20 64 65  20 53 61 64 65 27 73 20  |rquis de Sade's |
000001e0  62 69 72 74 68 64 61 79  20 6f 72 20 74 68 65 20  |birthday or the |
000001f0  66 69 72 73 74 0a 63 6f  6d 6d 65 72 63 69 61 6c  |first.commercial|
00000200  20 72 61 64 69 6f 20 62  72 6f 61 64 63 61 73 74  | radio broadcast|
00000210  2e 20 20 4a 75 73 74 20  74 79 70 65 3a 20 54 4f  |.  Just type: TO|
00000220  44 41 59 20 48 45 4c 50  0a 0a 0a 48 4f 57 20 54  |DAY HELP...HOW T|
00000230  4f 20 55 53 45 20 54 48  45 20 50 52 4f 47 52 41  |O USE THE PROGRA|
00000240  4d 0a 59 6f 75 20 63 61  6e 20 6a 75 73 74 20 65  |M.You can just e|
00000250  6e 74 65 72 20 54 4f 44  41 59 20 61 6e 64 20 67  |nter TODAY and g|
00000260  65 74 20 74 68 65 20 73  63 6f 6f 70 20 6f 6e 20  |et the scoop on |
00000270  74 68 65 20 63 75 72 72  65 6e 74 20 64 61 74 65  |the current date|
00000280  20 6f 72 0a 79 6f 75 20  63 61 6e 20 6f 70 74 69  | or.you can opti|
00000290  6f 6e 61 6c 6c 79 20 65  6e 74 65 72 20 61 20 64  |onally enter a d|
000002a0  61 74 65 20 61 73 20 4d  4d 44 44 2c 20 77 69 74  |ate as MMDD, wit|
000002b0  68 20 6c 65 61 64 69 6e  67 20 7a 65 72 6f 73 2c  |h leading zeros,|
000002c0  20 74 6f 20 73 65 65 0a  77 68 61 74 20 68 61 70  | to see.what hap|
000002d0  70 65 6e 65 64 20 6f 6e  20 61 20 70 61 72 74 69  |pened on a parti|
000002e0  63 75 6c 61 72 20 64 61  74 65 2e 20 20 54 68 65  |cular date.  The|
000002f0  72 65 20 61 72 65 20 73  65 76 65 72 61 6c 20 6f  |re are several o|
00000300  70 74 69 6f 6e 73 3a 0a  0a 20 20 20 20 20 20 20  |ptions:..       |
00000310  20 4d 4d 44 44 20 20 20  20 61 20 64 61 74 65 2c  | MMDD    a date,|
00000320  20 73 75 63 68 20 61 73  20 30 34 30 31 2c 20 74  | such as 0401, t|
00000330  6f 20 75 73 65 20 69 6e  73 74 65 61 64 20 6f 66  |o use instead of|
00000340  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000350  20 74 68 65 20 73 79 73  74 65 6d 20 64 61 74 65  | the system date|
00000360  0a 0a 20 20 20 20 20 20  20 20 48 45 4c 50 20 20  |..        HELP  |
00000370  20 20 77 69 6c 6c 20 64  69 73 70 6c 61 79 20 72  |  will display r|
00000380  75 6e 6e 69 6e 67 20 69  6e 73 74 72 75 63 74 69  |unning instructi|
00000390  6f 6e 73 0a 0a 20 20 20  20 20 20 20 20 43 4c 45  |ons..        CLE|
000003a0  41 52 20 20 20 77 69 6c  6c 20 63 6c 65 61 72 20  |AR   will clear |
000003b0  74 68 65 20 73 63 72 65  65 6e 20 62 65 66 6f 72  |the screen befor|
000003c0  65 20 64 69 73 70 6c 61  79 69 6e 67 20 61 6e 79  |e displaying any|
000003d0  74 68 69 6e 67 0a 0a 20  20 20 20 20 20 20 20 57  |thing..        W|
000003e0  41 49 54 20 20 20 20 77  69 6c 6c 20 77 61 69 74  |AIT    will wait|
000003f0  20 66 6f 72 20 61 20 6b  65 79 20 70 72 65 73 73  | for a key press|
00000400  20 61 66 74 65 72 20 74  68 65 20 64 69 73 70 6c  | after the displ|
00000410  61 79 0a 0a 20 20 20 20  20 20 20 20 4f 4e 43 45  |ay..        ONCE|
00000420  20 20 20 20 77 69 6c 6c  20 6f 6e 6c 79 20 72 75  |    will only ru|
00000430  6e 20 54 4f 44 41 59 20  6f 6e 63 65 20 65 61 63  |n TODAY once eac|
00000440  68 20 64 61 79 2e 20 20  57 69 74 68 6f 75 74 20  |h day.  Without |
00000450  74 68 69 73 0a 20 20 20  20 20 20 20 20 20 20 20  |this.           |
00000460  20 20 20 20 20 6f 70 74  69 6f 6e 20 69 74 20 77  |     option it w|
00000470  69 6c 6c 20 64 69 73 70  6c 61 79 20 6d 73 67 73  |ill display msgs|
00000480  20 65 61 63 68 20 74 69  6d 65 20 69 74 20 69 73  | each time it is|
00000490  20 72 75 6e 2e 0a 20 20  20 20 20 20 20 20 20 20  | run..          |
000004a0  20 20 20 20 20 20 55 73  65 64 20 69 6e 20 61 6e  |      Used in an|
000004b0  20 41 55 54 4f 45 58 45  43 2e 42 41 54 2c 20 69  | AUTOEXEC.BAT, i|
000004c0  74 20 77 69 6c 6c 20 6f  6e 6c 79 20 72 75 6e 20  |t will only run |
000004d0  54 4f 44 41 59 0a 20 20  20 20 20 20 20 20 20 20  |TODAY.          |
000004e0  20 20 20 20 20 20 77 68  65 6e 20 79 6f 75 20 74  |      when you t|
000004f0  75 72 6e 20 6f 6e 20 79  6f 75 72 20 73 79 73 74  |urn on your syst|
00000500  65 6d 2c 20 6e 6f 74 20  77 68 65 6e 20 79 6f 75  |em, not when you|
00000510  20 72 65 62 6f 6f 74 2e  0a 0a 4d 6f 73 74 20 6f  | reboot...Most o|
00000520  66 20 74 68 65 73 65 20  6f 70 74 69 6f 6e 73 20  |f these options |
00000530  61 72 65 20 75 73 65 66  75 6c 20 77 68 65 6e 20  |are useful when |
00000540  54 4f 44 41 59 20 69 73  20 72 75 6e 20 66 72 6f  |TODAY is run fro|
00000550  6d 20 61 6e 0a 41 55 54  4f 45 58 45 43 2e 42 41  |m an.AUTOEXEC.BA|
00000560  54 20 77 68 65 6e 20 79  6f 75 20 74 75 72 6e 20  |T when you turn |
00000570  6f 6e 20 79 6f 75 72 20  6d 61 63 68 69 6e 65 2e  |on your machine.|
00000580  20 20 54 68 65 79 20 63  61 75 73 65 20 74 68 65  |  They cause the|
00000590  20 70 72 6f 67 72 61 6d  0a 74 6f 20 6f 6e 6c 79  | program.to only|
000005a0  20 72 75 6e 20 74 68 65  20 66 69 72 73 74 20 74  | run the first t|
000005b0  69 6d 65 20 79 6f 75 20  62 6f 6f 74 2c 20 6e 6f  |ime you boot, no|
000005c0  74 20 77 68 65 6e 20 79  6f 75 20 72 65 2d 62 6f  |t when you re-bo|
000005d0  6f 74 2e 20 20 59 6f 75  20 63 61 6e 0a 63 6c 65  |ot.  You can.cle|
000005e0  61 72 20 74 68 65 20 73  63 72 65 65 6e 20 6f 66  |ar the screen of|
000005f0  20 70 72 65 76 69 6f 75  73 20 73 74 75 66 66 20  | previous stuff |
00000600  62 65 66 6f 72 65 20 74  6f 64 61 79 27 73 20 6c  |before today's l|
00000610  69 74 74 6c 65 20 67 65  6d 73 20 61 6e 64 0a 79  |ittle gems and.y|
00000620  6f 75 20 63 61 6e 20 68  61 76 65 20 61 20 70 61  |ou can have a pa|
00000630  75 73 65 20 61 74 20 74  68 65 20 65 6e 64 20 73  |use at the end s|
00000640  6f 20 74 68 65 20 6d 65  73 73 61 67 65 73 20 61  |o the messages a|
00000650  72 65 6e 27 74 20 64 65  73 74 72 6f 79 65 64 20  |ren't destroyed |
00000660  62 79 0a 73 75 62 73 65  71 75 65 6e 74 20 70 72  |by.subsequent pr|
00000670  6f 67 72 61 6d 73 2e 20  20 46 6f 72 20 65 78 61  |ograms.  For exa|
00000680  6d 70 6c 65 3a 20 20 54  4f 44 41 59 20 43 4c 45  |mple:  TODAY CLE|
00000690  41 52 20 30 36 32 38 0a  0a 43 55 53 54 4f 4d 49  |AR 0628..CUSTOMI|
000006a0  5a 41 54 49 4f 4e 0a 54  4f 44 41 59 20 68 61 73  |ZATION.TODAY has|
000006b0  20 6f 6e 65 20 64 61 74  61 20 66 69 6c 65 20 66  | one data file f|
000006c0  6f 72 20 65 61 63 68 20  6d 6f 6e 74 68 20 6f 66  |or each month of|
000006d0  20 74 68 65 20 79 65 61  72 2e 20 20 54 68 65 79  | the year.  They|
000006e0  20 61 72 65 20 6e 61 6d  65 64 0a 54 4f 44 41 59  | are named.TODAY|
000006f0  2e 4a 41 4e 2c 20 2e 46  45 42 2c 20 2e 4d 41 52  |.JAN, .FEB, .MAR|
00000700  20 65 74 63 2e 20 20 59  6f 75 20 63 61 6e 20 61  | etc.  You can a|
00000710  6c 73 6f 20 68 61 76 65  20 61 20 70 65 72 73 6f  |lso have a perso|
00000720  6e 61 6c 20 66 69 6c 65  20 6e 61 6d 65 64 0a 54  |nal file named.T|
00000730  4f 44 41 59 2e 4f 57 4e  2e 20 20 54 68 69 73 20  |ODAY.OWN.  This |
00000740  69 73 20 73 6f 20 61 6c  6c 20 79 6f 75 72 20 69  |is so all your i|
00000750  6d 70 6f 72 74 61 6e 74  20 64 61 74 65 73 20 61  |mportant dates a|
00000760  72 65 6e 27 74 20 73 63  61 74 74 65 72 65 64 0a  |ren't scattered.|
00000770  61 6d 6f 6e 67 20 31 32  20 66 69 6c 65 73 2e 20  |among 12 files. |
00000780  20 41 6c 6c 20 66 69 6c  65 73 20 61 72 65 20 70  | All files are p|
00000790  6c 61 69 6e 20 76 61 6e  69 6c 6c 61 20 41 53 43  |lain vanilla ASC|
000007a0  49 49 20 69 6e 20 74 68  69 73 20 66 6f 72 6d 61  |II in this forma|
000007b0  74 3a 0a 0a 43 6f 6c 75  6d 6e 20 31 3a 20 20 20  |t:..Column 1:   |
000007c0  20 20 20 20 20 54 68 65  20 72 65 63 6f 72 64 20  |     The record |
000007d0  74 79 70 65 20 77 68 69  63 68 20 63 61 6e 20 62  |type which can b|
000007e0  65 20 61 20 42 20 66 6f  72 20 62 69 72 74 68 64  |e a B for birthd|
000007f0  61 79 73 2c 0a 20 20 20  20 20 20 20 20 20 20 20  |ays,.           |
00000800  20 20 20 20 20 20 53 20  66 6f 72 20 73 70 65 63  |      S for spec|
00000810  69 61 6c 20 64 61 74 65  73 20 69 6e 20 68 69 73  |ial dates in his|
00000820  74 6f 72 79 20 6f 72 20  52 20 66 6f 72 20 61 20  |tory or R for a |
00000830  72 65 6d 69 6e 64 65 72  2e 0a 0a 43 6f 6c 73 20  |reminder...Cols |
00000840  32 2d 35 3a 20 20 20 20  20 20 20 20 4d 6f 6e 74  |2-5:        Mont|
00000850  68 20 61 6e 64 20 64 61  79 20 61 73 20 4d 4d 44  |h and day as MMD|
00000860  44 20 77 69 74 68 20 6c  65 61 64 69 6e 67 20 7a  |D with leading z|
00000870  65 72 6f 73 2e 20 20 5a  65 72 6f 73 0a 20 20 20  |eros.  Zeros.   |
00000880  20 20 20 20 20 20 20 20  20 20 20 20 20 20 66 6f  |              fo|
00000890  72 20 65 69 74 68 65 72  20 6d 6f 6e 74 68 20 6f  |r either month o|
000008a0  72 20 64 61 79 20 63 61  75 73 65 20 41 4c 4c 20  |r day cause ALL |
000008b0  6d 6f 6e 74 68 73 20 6f  72 20 64 61 79 73 0a 20  |months or days. |
000008c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000008d0  74 6f 20 6d 61 74 63 68  20 77 68 65 6e 20 62 65  |to match when be|
000008e0  69 6e 67 20 73 63 61 6e  6e 65 64 2e 20 20 46 6f  |ing scanned.  Fo|
000008f0  72 20 65 78 61 6d 70 6c  65 20 20 30 30 30 31 0a  |r example  0001.|
00000900  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000910  20 77 6f 75 6c 64 20 6d  61 74 63 68 20 74 68 65  | would match the|
00000920  20 66 69 72 73 74 20 6f  66 20 65 76 65 72 79 20  | first of every |
00000930  6d 6f 6e 74 68 20 77 68  69 6c 65 20 30 34 30 30  |month while 0400|
00000940  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000950  20 20 77 6f 75 6c 64 20  6d 61 74 63 68 20 65 76  |  would match ev|
00000960  65 72 79 20 64 61 79 20  6f 66 20 41 70 72 69 6c  |ery day of April|
00000970  2e 0a 0a 43 6f 6c 73 20  36 2d 39 3a 20 20 20 20  |...Cols 6-9:    |
00000980  20 20 20 20 54 68 65 20  66 75 6c 6c 20 79 65 61  |    The full yea|
00000990  72 20 6f 66 20 74 68 65  20 65 76 65 6e 74 20 61  |r of the event a|
000009a0  73 20 66 6f 75 72 20 64  69 67 69 74 73 2e 0a 20  |s four digits.. |
000009b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000009c0  4d 61 79 20 62 65 20 6c  65 66 74 20 62 6c 61 6e  |May be left blan|
000009d0  6b 2c 20 6d 73 67 20 77  69 6c 6c 20 6d 6f 76 65  |k, msg will move|
000009e0  20 6c 65 66 74 2e 0a 0a  43 6f 6c 75 6d 6e 20 31  | left...Column 1|
000009f0  30 3a 20 20 20 20 20 20  20 41 20 73 70 65 63 69  |0:       A speci|
00000a00  61 6c 20 70 72 6f 63 65  73 73 69 6e 67 20 66 6c  |al processing fl|
00000a10  61 67 2e 20 20 56 61 6c  75 65 73 20 6d 61 79 20  |ag.  Values may |
00000a20  62 65 3a 0a 0a 20 20 20  20 20 20 20 20 20 20 20  |be:..           |
00000a30  20 20 20 20 20 20 42 4c  41 4e 4b 20 66 6f 72 20  |      BLANK for |
00000a40  6e 6f 20 73 70 65 63 69  61 6c 20 70 72 6f 63 65  |no special proce|
00000a50  73 73 69 6e 67 2e 0a 0a  20 20 20 20 20 20 20 20  |ssing...        |
00000a60  20 20 20 20 20 20 20 20  20 43 20 74 6f 20 63 6f  |         C to co|
00000a70  6e 74 69 6e 75 65 20 61  20 6d 65 73 73 61 67 65  |ntinue a message|
00000a80  20 66 72 6f 6d 20 74 68  65 20 70 72 65 76 69 6f  | from the previo|
00000a90  75 73 20 6c 69 6e 65 2e  0a 20 20 20 20 20 20 20  |us line..       |
00000aa0  20 20 20 20 20 20 20 20  20 20 4e 6f 74 65 2c 20  |          Note, |
00000ab0  74 68 61 74 20 79 6f 75  20 4d 55 53 54 20 72 65  |that you MUST re|
00000ac0  70 65 61 74 20 74 68 65  20 64 61 74 65 20 66 69  |peat the date fi|
00000ad0  65 6c 64 73 2e 0a 0a 20  20 20 20 20 20 20 20 20  |elds...         |
00000ae0  20 20 20 20 20 20 20 20  44 41 59 2d 4f 46 2d 57  |        DAY-OF-W|
00000af0  45 45 4b 20 44 49 47 49  54 20 77 68 65 72 65 20  |EEK DIGIT where |
00000b00  31 3d 53 75 6e 64 61 79  20 2e 2e 2e 20 37 3d 53  |1=Sunday ... 7=S|
00000b10  61 74 75 72 64 61 79 0a  20 20 20 20 20 20 20 20  |aturday.        |
00000b20  20 20 20 20 20 20 20 20  20 54 68 69 73 20 77 69  |         This wi|
00000b30  6c 6c 20 63 61 75 73 65  20 74 68 65 20 6d 65 73  |ll cause the mes|
00000b40  73 61 67 65 20 74 6f 20  64 69 73 70 6c 61 79 20  |sage to display |
00000b50  6f 6e 6c 79 20 69 66 20  74 68 65 0a 20 20 20 20  |only if the.    |
00000b60  20 20 20 20 20 20 20 20  20 20 20 20 20 64 61 74  |             dat|
00000b70  65 20 66 61 6c 6c 73 20  6f 6e 20 61 20 63 65 72  |e falls on a cer|
00000b80  74 61 69 6e 20 64 61 79  20 6f 66 20 74 68 65 20  |tain day of the |
00000b90  77 65 65 6b 2e 20 20 4c  6f 6f 6b 20 69 6e 0a 20  |week.  Look in. |
00000ba0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000bb0  74 68 65 20 4e 6f 76 65  6d 62 65 72 20 66 69 6c  |the November fil|
00000bc0  65 20 66 6f 72 20 76 6f  74 69 6e 67 20 64 61 79  |e for voting day|
00000bd0  20 65 78 61 6d 70 6c 65  73 2e 0a 0a 43 6f 6c 73  | examples...Cols|
00000be0  20 31 31 2d 37 30 20 20  20 20 20 20 20 54 68 65  | 11-70       The|
00000bf0  20 6d 65 73 73 61 67 65  20 74 6f 20 64 69 73 70  | message to disp|
00000c00  6c 61 79 20 66 6f 72 20  74 68 69 73 20 64 61 74  |lay for this dat|
00000c10  65 2e 0a 0a 20 20 20 20  20 20 20 20 20 20 20 20  |e...            |
00000c20  20 20 20 20 20 20 20 20  20 20 20 2d 2d 45 58 41  |           --EXA|
00000c30  4d 50 4c 45 53 2d 2d 0a  0a 2a 6d 6d 64 64 79 79  |MPLES--..*mmddyy|
00000c40  79 79 20 42 69 72 74 68  64 61 79 73 0a 2a 2d 2d  |yy Birthdays.*--|
00000c50  2d 2d 2d 2d 2d 2d 20 2d  2d 2d 2d 2d 2d 2d 2d 2d  |------ ---------|
00000c60  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000c90  2d 2d 2d 0a 42 30 39 30  31 31 38 37 35 20 45 64  |---.B09011875 Ed|
00000ca0  67 61 72 20 52 69 63 65  20 42 75 72 72 6f 75 67  |gar Rice Burroug|
00000cb0  68 73 2c 20 6e 6f 76 65  6c 69 73 74 2c 20 41 68  |hs, novelist, Ah|
00000cc0  2d 65 65 2d 61 68 2d 65  65 2d 61 68 21 0a 42 30  |-ee-ah-ee-ah!.B0|
00000cd0  39 30 32 31 38 33 38 20  51 75 65 65 6e 20 4c 69  |9021838 Queen Li|
00000ce0  6c 69 75 6f 6b 61 6c 61  6e 69 20 28 6c 61 73 74  |liuokalani (last|
00000cf0  20 71 75 65 65 6e 20 6f  66 20 48 61 77 61 69 69  | queen of Hawaii|
00000d00  29 2e 0a 42 30 39 30 32  31 39 35 32 20 4a 69 6d  |)..B09021952 Jim|
00000d10  6d 79 20 43 6f 6e 6e 6f  72 73 2c 20 74 65 6e 6e  |my Connors, tenn|
00000d20  69 73 20 62 72 61 74 0a  0a 2a 6d 6d 64 64 79 79  |is brat..*mmddyy|
00000d30  79 79 20 45 76 65 6e 74  73 0a 2a 2d 2d 2d 2d 2d  |yy Events.*-----|
00000d40  2d 2d 2d 20 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |--- ------------|
00000d50  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000d80  0a 53 30 39 30 31 31 39  33 39 20 47 65 72 6d 61  |.S09011939 Germa|
00000d90  6e 79 20 69 6e 76 61 64  65 73 20 50 6f 6c 61 6e  |ny invades Polan|
00000da0  64 2c 20 73 74 61 72 74  73 20 57 6f 72 6c 64 20  |d, starts World |
00000db0  57 61 72 20 49 49 2e 0a  53 30 39 30 31 31 39 35  |War II..S0901195|
00000dc0  32 20 53 75 74 72 6f 20  42 61 74 68 73 20 70 75  |2 Sutro Baths pu|
00000dd0  72 63 68 61 73 65 64 20  62 79 20 47 65 6f 72 67  |rchased by Georg|
00000de0  65 20 57 68 69 74 6e 65  79 2e 0a 53 30 39 30 31  |e Whitney..S0901|
00000df0  20 20 20 20 32 4c 61 62  6f 72 20 44 61 79 2c 20  |    2Labor Day, |
00000e00  61 20 6c 65 67 61 6c 20  68 6f 6c 69 64 61 79 0a  |a legal holiday.|
00000e10  53 30 39 30 32 31 36 32  30 20 54 68 65 20 4d 61  |S09021620 The Ma|
00000e20  79 66 6c 6f 77 65 72 20  73 65 74 73 20 73 61 69  |yflower sets sai|
00000e30  6c 20 66 72 6f 6d 20 50  6c 79 6d 6f 75 74 68 20  |l from Plymouth |
00000e40  77 69 74 68 0a 53 30 39  30 32 31 36 32 30 43 31  |with.S09021620C1|
00000e50  30 32 20 50 69 6c 67 72  69 6d 73 2e 0a 0a 2a 6d  |02 Pilgrims...*m|
00000e60  6d 64 64 79 79 79 79 20  52 65 6d 69 6e 64 65 72  |mddyyyy Reminder|
00000e70  73 0a 2a 2d 2d 2d 2d 2d  2d 2d 2d 20 2d 2d 2d 2d  |s.*-------- ----|
00000e80  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000eb0  2d 2d 2d 2d 2d 2d 2d 2d  0a 52 30 30 30 31 20 20  |--------.R0001  |
00000ec0  20 20 20 50 61 79 20 74  68 65 20 6d 6f 72 74 67  |   Pay the mortg|
00000ed0  61 67 65 21 0a 52 30 34  30 31 20 20 20 20 20 54  |age!.R0401     T|
00000ee0  61 78 65 73 20 64 75 65  20 69 6e 20 74 77 6f 20  |axes due in two |
00000ef0  77 65 65 6b 73 2e 0a 52  30 34 31 35 20 20 20 20  |weeks..R0415    |
00000f00  20 4c 61 73 74 20 64 61  79 20 74 6f 20 70 61 79  | Last day to pay|
00000f10  20 74 61 78 65 73 21 0a  0a 4c 65 61 76 65 20 74  | taxes!..Leave t|
00000f20  68 65 20 68 65 61 64 69  6e 67 73 20 69 6e 20 6f  |he headings in o|
00000f30  72 20 79 6f 75 20 6d 61  79 20 67 65 74 20 61 20  |r you may get a |
00000f40  6e 61 73 74 79 20 73 75  72 70 72 69 73 65 2e 20  |nasty surprise. |
00000f50  20 4e 6f 74 65 20 74 68  61 74 0a 4c 61 62 6f 72  | Note that.Labor|
00000f60  20 64 61 79 20 6d 75 73  74 20 62 65 20 6f 6e 20  | day must be on |
00000f70  61 20 4d 6f 6e 64 61 79  20 61 6e 64 20 74 68 65  |a Monday and the|
00000f80  20 4d 61 79 66 6c 6f 77  65 72 20 67 65 74 73 20  | Mayflower gets |
00000f90  74 77 6f 20 6c 69 6e 65  73 20 6f 66 0a 63 6f 76  |two lines of.cov|
00000fa0  65 72 61 67 65 20 62 65  66 69 74 74 69 6e 67 20  |erage befitting |
00000fb0  74 68 61 74 20 6d 6f 6d  65 6e 74 6f 75 73 20 65  |that momentous e|
00000fc0  76 65 6e 74 2e 0a 0a 54  68 69 73 20 66 6f 72 6d  |vent...This form|
00000fd0  61 74 20 61 70 70 6c 69  65 73 20 74 6f 20 54 4f  |at applies to TO|
00000fe0  44 41 59 2e 4f 57 4e 20  61 6c 73 6f 2e 20 20 59  |DAY.OWN also.  Y|
00000ff0  6f 75 20 63 61 6e 20 70  75 74 20 69 6e 20 62 69  |ou can put in bi|
00001000  72 74 68 64 61 79 73 2c  0a 61 6e 6e 69 76 65 72  |rthdays,.anniver|
00001010  73 61 72 69 65 73 2c 20  68 6f 6c 69 64 61 79 73  |saries, holidays|
00001020  20 65 74 63 2e 20 20 4d  65 73 73 61 67 65 73 20  | etc.  Messages |
00001030  69 6e 20 79 6f 75 72 20  70 65 72 73 6f 6e 61 6c  |in your personal|
00001040  20 66 69 6c 65 20 77 69  6c 6c 0a 74 65 6e 64 20  | file will.tend |
00001050  74 6f 20 62 65 20 6f 6e  6c 79 20 42 69 72 74 68  |to be only Birth|
00001060  64 61 79 73 20 61 6e 64  20 52 65 6d 69 6e 64 65  |days and Reminde|
00001070  72 73 2e 20 20 41 6c 73  6f 2c 20 74 72 79 20 70  |rs.  Also, try p|
00001080  75 74 74 69 6e 67 20 69  6e 0a 72 65 6d 69 6e 64  |utting in.remind|
00001090  65 72 73 20 61 20 66 65  77 20 64 61 79 73 20 42  |ers a few days B|
000010a0  45 46 4f 52 45 20 74 68  65 20 64 61 74 65 20 69  |EFORE the date i|
000010b0  6e 20 71 75 65 73 74 69  6f 6e 20 74 6f 20 67 69  |n question to gi|
000010c0  76 65 20 79 6f 75 73 65  6c 66 0a 73 6f 6d 65 20  |ve youself.some |
000010d0  77 61 72 6e 69 6e 67 2e  0a 0a 48 49 53 54 4f 52  |warning...HISTOR|
000010e0  59 0a 54 4f 44 41 59 2f  50 43 20 77 61 73 20 77  |Y.TODAY/PC was w|
000010f0  72 69 74 74 65 6e 20 69  6e 20 44 61 74 61 6c 69  |ritten in Datali|
00001100  67 68 74 20 43 20 66 6f  72 20 49 42 4d 20 50 43  |ght C for IBM PC|
00001110  20 63 6f 6d 70 61 74 69  62 6c 65 20 73 79 73 74  | compatible syst|
00001120  65 6d 73 20 62 79 0a 50  61 74 72 69 63 6b 20 4b  |ems by.Patrick K|
00001130  69 6e 63 61 69 64 20 69  6e 20 4a 75 6c 79 20 6f  |incaid in July o|
00001140  66 20 31 39 38 36 2e 20  20 49 74 20 77 61 73 20  |f 1986.  It was |
00001150  69 6e 73 70 69 72 65 64  20 62 79 20 61 20 70 72  |inspired by a pr|
00001160  6f 67 72 61 6d 0a 6f 72  69 67 69 6e 61 6c 6c 79  |ogram.originally|
00001170  20 77 72 69 74 74 65 6e  20 62 79 20 4d 69 6b 65  | written by Mike|
00001180  20 42 75 74 6c 65 72 20  69 6e 20 50 4c 2f 31 20  | Butler in PL/1 |
00001190  6f 6e 20 61 6e 20 49 42  4d 20 56 4d 2f 43 4d 53  |on an IBM VM/CMS|
000011a0  20 73 79 73 74 65 6d 2e  0a 48 65 20 73 68 6f 75  | system..He shou|
000011b0  6c 64 20 62 65 20 63 72  65 64 69 74 65 64 20 77  |ld be credited w|
000011c0  69 74 68 20 74 68 65 20  6f 72 69 67 69 6e 61 6c  |ith the original|
000011d0  20 63 6f 6e 63 65 70 74  20 61 6e 64 20 74 68 65  | concept and the|
000011e0  20 62 75 6c 6b 20 6f 66  20 74 68 65 0a 77 6f 6e  | bulk of the.won|
000011f0  64 65 72 66 75 6c 20 64  61 74 61 20 69 6e 20 74  |derful data in t|
00001200  68 65 20 66 69 6c 65 73  2e 20 20 59 6f 75 20 77  |he files.  You w|
00001210  69 6c 6c 20 6e 6f 74 69  63 65 20 61 20 64 69 73  |ill notice a dis|
00001220  74 69 6e 63 74 20 53 61  6e 0a 46 72 61 6e 63 69  |tinct San.Franci|
00001230  73 63 6f 20 66 6c 61 76  6f 72 20 74 6f 20 74 68  |sco flavor to th|
00001240  65 20 64 61 74 61 62 61  73 65 73 2e 20 20 57 68  |e databases.  Wh|
00001250  6f 20 73 61 79 73 20 70  72 6f 67 72 61 6d 73 20  |o says programs |
00001260  63 61 6e 27 74 20 68 61  76 65 0a 63 6c 61 73 73  |can't have.class|
00001270  3f 0a 0a 55 53 45 52 20  53 55 50 50 4f 52 54 0a  |?..USER SUPPORT.|
00001280  44 6f 6e 27 74 20 73 65  6e 64 20 6d 6f 6e 65 79  |Don't send money|
00001290  2c 20 73 65 6e 64 20 6d  6f 72 65 20 64 61 74 65  |, send more date|
000012a0  73 21 20 20 49 20 77 6f  75 6c 64 20 6c 69 6b 65  |s!  I would like|
000012b0  20 74 68 65 20 70 72 6f  67 72 61 6d 0a 64 69 73  | the program.dis|
000012c0  74 72 69 62 75 74 65 64  20 66 61 72 20 61 6e 64  |tributed far and|
000012d0  20 77 69 64 65 20 66 6f  72 20 66 72 65 65 20 77  | wide for free w|
000012e0  69 74 68 20 74 68 69 73  20 75 6e 64 65 72 73 74  |ith this underst|
000012f0  61 6e 64 69 6e 67 3a 20  69 66 20 79 6f 75 0a 6c  |anding: if you.l|
00001300  69 6b 65 20 69 74 20 73  65 6e 64 20 6d 65 20 6d  |ike it send me m|
00001310  6f 72 65 20 64 61 74 65  73 20 74 6f 20 70 75 74  |ore dates to put|
00001320  20 69 6e 20 74 68 65 20  64 61 74 61 62 61 73 65  | in the database|
00001330  73 2e 20 20 54 68 69 73  20 77 61 79 20 77 65 20  |s.  This way we |
00001340  63 61 6e 0a 63 72 65 61  74 65 20 72 65 61 6c 20  |can.create real |
00001350  73 68 61 72 65 77 61 72  65 2e 20 44 6f 6e 27 74  |shareware. Don't|
00001360  20 73 65 6e 64 20 74 68  65 20 6d 6f 6e 74 68 20  | send the month |
00001370  66 69 6c 65 73 20 77 69  74 68 20 79 6f 75 72 20  |files with your |
00001380  6e 65 77 0a 64 61 74 65  73 20 61 64 64 65 64 2c  |new.dates added,|
00001390  20 73 65 6e 64 20 74 68  65 20 6e 65 77 20 73 74  | send the new st|
000013a0  75 66 66 20 61 73 20 6c  69 73 74 69 6e 67 73 2c  |uff as listings,|
000013b0  20 69 6e 20 73 74 61 6e  64 61 6c 6f 6e 65 20 66  | in standalone f|
000013c0  69 6c 65 73 20 6f 6e 0a  50 43 20 64 69 73 6b 65  |iles on.PC diske|
000013d0  74 74 65 73 20 6f 72 20  61 73 20 65 6c 65 63 74  |ttes or as elect|
000013e0  72 6f 6e 69 63 20 6d 61  69 6c 20 74 6f 20 6d 65  |ronic mail to me|
000013f0  20 76 69 61 20 74 68 65  20 4d 61 72 69 6e 2d 53  | via the Marin-S|
00001400  6f 6e 6f 6d 61 20 50 43  20 55 73 65 72 0a 47 72  |onoma PC User.Gr|
00001410  6f 75 70 20 42 42 53 20  28 34 31 35 29 20 39 32  |oup BBS (415) 92|
00001420  37 2d 31 32 31 36 2e 20  20 59 6f 75 20 63 61 6e  |7-1216.  You can|
00001430  20 6d 61 69 6c 20 6c 69  73 74 69 6e 67 73 2c 20  | mail listings, |
00001440  62 75 67 73 20 28 66 65  61 74 75 72 65 73 21 29  |bugs (features!)|
00001450  20 6f 72 0a 73 75 67 67  65 73 74 69 6f 6e 73 20  | or.suggestions |
00001460  74 6f 3a 0a 0a 20 20 20  20 20 20 20 20 20 20 20  |to:..           |
00001470  20 20 20 20 20 20 20 20  20 50 61 74 72 69 63 6b  |         Patrick|
00001480  20 4b 69 6e 63 61 69 64  0a 20 20 20 20 20 20 20  | Kincaid.       |
00001490  20 20 20 20 20 20 20 20  20 20 20 20 36 31 38 20  |            618 |
000014a0  44 6f 75 67 6c 61 73 20  44 72 69 76 65 0a 20 20  |Douglas Drive.  |
000014b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 4d  |               M|
000014c0  69 6c 6c 20 56 61 6c 6c  65 79 2c 20 43 41 20 39  |ill Valley, CA 9|
000014d0  34 39 34 31 0a 0a 41 6e  64 20 72 65 6d 65 6d 62  |4941..And rememb|
000014e0  65 72 2e 2e 2e 0a 0a 20  20 20 20 20 20 20 20 20  |er.....         |
000014f0  20 20 20 20 20 20 20 20  20 20 57 65 20 63 61 6c  |          We cal|
00001500  6c 20 69 74 20 73 6f 66  74 77 61 72 65 0a 20 20  |l it software.  |
00001510  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001520  20 20 20 20 20 20 62 65  63 61 75 73 65 0a 20 20  |      because.  |
00001530  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001540  20 20 77 65 20 63 61 6e  6e 6f 74 20 6b 65 65 70  |  we cannot keep|
00001550  20 69 74 0a 20 20 20 20  20 20 20 20 20 20 20 20  | it.            |
00001560  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 75  |               u|
00001570  70 2e 0a 0a                                       |p...|
00001574