home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / ZSUS / Z3HELP-6.LBR / ZA.LBR / ZCAL.HZP / ZCAL.HLP
Text File  |  2000-06-30  |  2KB  |  74 lines

  1. ;
  2.  (ZSDOS only)                      ZCAL.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                1k (10)   0E0E  1.0        Carson Wilson 88         Z3COM13
  6.  
  7.   1- Syntax/Options  2- Error Messages  3- Examples of Use  4- CALPAT.Z80     
  8.  
  9.  
  10.    Z-CALendar is packaged with ZSDOS.  It will display a brief calendar of the
  11. current or any desired Month (from January 1766 through December 2499).
  12.  
  13.    ZCAL must  be used under ZSDOS with  a clock  module installed.   Either  a 
  14. real-time hardware clock or  a relative software clock may be used.   ZCAL can
  15. be  used under other CP/M-compatible,  Z80-based systems,  but cannot draw the
  16. current month automatically in this case.
  17. :1
  18.  
  19.  
  20.    Syntax:  CAL /          - Help
  21.             
  22.             CAL            - Draw Current Month
  23.  
  24.             CAL month year - Draw Specific Month
  25.                    month   = 1-12 or Jan-Dec
  26.                    year    = 1-99 or 1766-2499
  27.  
  28.    If a question mark  or one or more slashes (/) are given as parameters ZCAL
  29. displays a short help message.
  30.  
  31.    When a month is specified, both month AND year are required.
  32. :2
  33.  
  34.  
  35. Error Messages:
  36.  
  37.    (help screen)
  38.  
  39.       Parameters other than a valid month followed by a valid year were
  40.       given on the command line.
  41.  
  42.    "No clock" followed by help screen
  43.  
  44.       An attempt was made to automatically display the current month without
  45.       ZSDOS or without a clock module installed.
  46. :3
  47.  
  48.  
  49. Examples of Use:
  50.  
  51.  
  52.    a. ZCAL            <-- display current month
  53.  
  54.    b. ZCAL ?          <-- display help screen
  55.  
  56.    c. ZCAL June 22    <-- month for June, 1922
  57.  
  58.    d. ZCAL 1 1790     <-- month for January, 1790
  59.  
  60.    e. ZCAL FEB 2020   <-- month for February, 2020
  61. :4
  62.  
  63.                                   CALPAT.Z80
  64.  
  65.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  66.                2k (13)   5F91  1.0        Bruce Morgen 1/89        Z3COM13
  67. ==============================================================================
  68.  
  69.    CALPAT.Z80 is  a patch to  the ZSDOS/ZDDOS calendar  utility, ZCAL.COM,  to 
  70. work with generic DateStamper if the ZS/ZD  clock is not implemented,  as in a
  71. tight  XBIOS system  using the BSX version of DateStamper.   (DateStamper is a 
  72. trademark of Plu*Perfect systems.
  73.  
  74.