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 / CPM / ZCPR33 / A-R / C-HELP.LBR / CRC.HZP / CRC.HLP
Text File  |  2000-06-30  |  2KB  |  41 lines

  1. ;
  2. )                                   CRC.COM                                    (
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                6k (41)   62F2  2.2        Dave McCord 11/86        Z3COM2
  6. ==============================================================================
  7.  
  8.  
  9.  
  10.    CR├ run≤ ß Cycliπ Redundanc∙ Checδ oε specifieΣ files¼á optionall∙ creatinτ ì
  11. ßá filσá oµ thσ values«á  Usefu∞ t∩ makσ surσ file≤ arσá identical«á  Vs«á 1.░ ì
  12. (12/82⌐ b∙ R« Conn.
  13.  
  14.    CR├á permit≤ ambiguou≤ filσ name≤ anΣ support≤ aε inspec⌠ modσ tha⌠á allow≤ ì
  15. thσ use≥ t∩ confirφ eacΦ filσ beforσ thσ computatioε i≤ done.
  16.  
  17.  
  18.  
  19. )  1- Syntax/Options  2- Examples of Use                                       (
  20. :1
  21.  
  22.  
  23.   Syntax:   CRC dir:afn,dir:afn1,... o
  24.  
  25.  Options:   C   <-- comment output; add comments if output is to disk
  26.             D   <-- disk output; send output to disk file CRC.CRC
  27.             I   <-- inspect and approve each CRC calculation
  28.             N   <-- do not number the files
  29.             P   <-- printer output 
  30. :2
  31.  
  32.  
  33. Examples of Use:
  34.  
  35.    a. CRC *.MAC L      <-- compute CRCs of all *.MAC files in the current
  36.                            directory; include lines-of-code count in display
  37.  
  38.    b. CRC *.* DLC      <-- compute CRCs of all files, include count of lines
  39.                            of text and comments on each file, and write
  40.                            output to disk in file CRC.CRC
  41.