home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 22 / bbd22.zip / CALENDAR.TXT < prev    next >
Text File  |  1988-05-20  |  2KB  |  48 lines

  1. |D╔══════════╗════════════════════════════════════════════════════════════════════
  2. |D║ |5Helpware |D║════════════════════════════════════════════════════════════════════
  3. |D╚══════════╝════════════════════════════════════════════════════════════════════
  4.  
  5. ^C^1Calendar
  6. ^Cby
  7. ^CDan Harrison
  8.  
  9.    This program will generate calendar displays for any month of the 20th or 
  10. 21st centuries, complete with the dates of major holidays.  It was written using 
  11. the Dates routines from this month's Happy Hacker department.
  12.  
  13.    Calendar can be run directly from BIG BLUE DISK, or called from the DOS 
  14. prompt with a number of different parameters as follows:
  15.  
  16.    1.  `CALENDAR'  -  This displays the current month and year.
  17.        
  18.    2.  `CALENDAR YEAR'  -  where YEAR is a 4-digit number between 1900 and 2100.
  19. This displays the current month and the specified year.
  20.  
  21.    3.  `CALENDAR MONTH'  -  where MONTH is a one or two-digit number between 1 
  22. and 12.  This displays the current year and the specified month. 
  23.  
  24.    4.  `CALENDAR MONTH'  -  where MONTH is the name of the month which must be 
  25. at least three characters.  This displays the current year and the specified 
  26. month. (MONTH is not case sensitive). 
  27.  
  28.    5.  `CALENDAR MONTH/YEAR'  - where MONTH/YEAR is two numbers separated with a 
  29. `/'.  This displays the specified month and year.  Example: 10/1945 or 2/1986.
  30.  
  31.    6.  `CALENDAR MONTH YEAR'  - where MONTH YEAR is the name of the month and a 
  32. 4-digit year. Examples: Jun 1992, AUGUST 1947, Sept. 2010, or even January 9, 
  33. 1985.
  34.  
  35.    Any command specifier preceded by a `+' will eliminate snow on monitors so 
  36. affected. Example:   CALENDAR +6/2095  or  CALENDAR +November 1912 
  37.  
  38.    Any invalid month or year will default to the current month or year. 
  39. CALENDAR.EXE must be on the current drive and directory since some information 
  40. is read directly from the EXE file at program execution. 
  41.  
  42.    To run this program from outside the BIG BLUE DISK menu, type ^1CALENDAR^0.
  43.  
  44. DISK FILES THIS PROGRAM USES:
  45. ^FCALENDAR.EXE
  46. ^FBRUN30.EXE
  47. ^FRETURN30.EXE
  48.