This should contain the following files: AAAREADME.TXT --- This file CALENDAR.PAS ---- The main Pascal source file CALENDAR.CLD ---- The CLD file CALENDAR.RNH ---- The HELP file DESCRIP.MMS ----- The MMS file to build CALENDAR.EXE and install everything in its place. The help file shows what needs to be defined to run it. Note that on our system the SETUP command allows people to setup various software packages. In this case a SET COMMAND PUB:CALENDAR is done. Change this line to reflect the way that you would have the user setup calendar for their use. Modify CALENDAR.CLD so that the directory for the image for the verb calendar points to the directory in which you install calendar. Since you probably don't have pub_root:[lib.mms]include.mms to define macro's like $(PUBDIR) and $(WPROT) so make the definition of DESTDIR and PROT by hand. DESTDIR should point to the installation directory. PROT should be the protection of the program. The owner of the installation directory should end up being the owner. HELPLIB is where the help file will live. The maximum number of messages it can store is 499, (it has a dummy message as a place marker at the last message). To Change this limit, change the constant MAX to whatever you want. If you have any problems, or make any modifications, please send me mail. I'd love to incorporate any changes made to the code into the master file and redistribute. Please give me any comments that you might have. -- Chris Yoder UUCP -- {allegra or ihnp4}!scgvaxd!engvax!chris Hughes Aircraft Company ARPA -- chris%engvax.uucp@usc-oberon.usc.edu