home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / date / calyr / calyr.doc < prev    next >
Encoding:
Text File  |  1985-09-17  |  1.6 KB  |  38 lines

  1.                      CALYR.PAS --- CALYR.COM
  2.  
  3.  
  4.     CALYR is a simple program to display a full year calendar (using
  5. 2 pages) on the screen.
  6.  
  7.     It accepts years from 1901 to 2099, if a 2 digit year is entered
  8. it assumes 19xx.
  9.  
  10.     You may enter the year as a command line parameter, i.e.
  11. CALYR 85 or CALYR 1985 or CALYR 2001. If there is no year entered on the
  12. command line the program will prompt for it.
  13.  
  14.     The first 6 months are displayed on the first page, tapping any
  15. key will display the last 6 months, then tapping a 1 will return to the
  16. first half or any other key will exit to DOS.
  17.  
  18.     CALYR was written using Turbo Pascal 3.0 on an IBM-PC running
  19. PC-DOS 2.1. There is nothing unique about it so it should run under any
  20. version of DOS. It uses the windowing functions of Turbo and should be
  21. compilable with Turbo Pascal 2.0 also.
  22.  
  23.     CALYR is hereby released to the public domain.
  24.  
  25.                                               4/28/85
  26.                                               
  27.                                               William Chestnut
  28.                                               5800 Sunset Blvd.
  29.                                       Los Angeles, CA 90078
  30. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  31. Revision by Roy Collins
  32.  
  33.    CALYR has been enhanced to also allow printing of the calendar on
  34.    a printer. If the letter 'P' is found on the command line, the
  35.    requested calendar will be sent to the printer; an 'S' will send it
  36.    to the screen. If neither 'S' nor 'P' are in the command line, you
  37.    will be asked where to display the calendar.
  38.