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 / ZCRCK.HZP / ZCRCK.HLP
Text File  |  2000-06-30  |  2KB  |  56 lines

  1. ;
  2.                                   ZCRCK.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                3k (21)   CA86  1.3        Howard Goldstein 12/89   Z3COM13
  6.  
  7.   1- Syntax/Options  2- Notes  3- Examples of Use                             
  8.  
  9.    ZCRCK  is  a ZCPR3-compatible version of Sigi Kluger's  NCRCK1,  which  was 
  10. designed  to  replace  the CRCK and CHEK programs found  on  RCPM  systems  by 
  11. combining both features.   ZCRCK operates much the same as NCRCK1, except that 
  12. it fully understands the ZCPR3 environment and it obeys - and displays - named 
  13. directory and DU:  references.   All patching has been eliminated,  MAXDRV and 
  14. MAXUSER are now provided by ENV values,  display of $SYS files is now a wheel-
  15. controlled  function.   NCRCK split its hex display in byte-size pieces (5000h 
  16. became  50 00);  ZCRCK's display is more conventional,  to conform with  NULU, 
  17. PPIP, etc.  
  18.  
  19.    Original version by Bruce Morgen (05/13/87).
  20. :1
  21.  
  22.    Syntax   ZCRCK [du: or dir:]afn [[/]Options]
  23.  
  24.   Options   L   <-- output listing to LST: device
  25.             D   <-- output listing to file CRC.CRC
  26.  
  27.    ZCRCK  will  identify  itself,  print a header line and  then  process  all 
  28. matching files.   CRC values for the selected files will  be displayed.   Both 
  29. "CHEK" and "CRCK" values are shown.
  30. :2
  31.  ZCRCK Notes 
  32.  
  33.    a. Version 1.3 (12/11/89) adds  option  to send output to disk file.   Some
  34.       minor bugs fixed.
  35.  
  36.    b. Version 1.2 (02/20/88) uses faster table-driven  CRC3xxxx routines  from
  37.       SYSLIB4, includes type-3 safety header, and adds a few cosmetic touches.
  38.  
  39.    c. Version 1.1 (05/13/87) includes a  printer output option and makes ZCRCK 
  40.       a Z33 type 3 COM file.  It will not run on an 8080 or 8085.
  41. :3
  42.  Example of Use 
  43.  
  44.  
  45. A0:BASE>zcrck13 zcrck13.*
  46.  
  47. ZCRCK, Version 1.3 (ESKAY-b/m)
  48.  
  49. Matching files:    2 in the [BASE] directory.
  50. DU:filename.[typ]   CRCK     CHEK     KBytes   Records
  51. ------------------------------------------------------
  52. B0:ZCRCK13 .CIM     C804     E7D2         3        21
  53. B0:ZCRCK13 .COM     CA86     DEBC         3        21
  54.  
  55. Done.
  56.