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 / JSAGE / ZSUS / SUBSCRIP / ZSUS3-03.LZH / CCOUNT10.LBR / CCOUNTCF.TZT / CCOUNTCF.TXT
Text File  |  1992-03-01  |  2KB  |  27 lines

  1.  
  2. Option A -- Count all characters.  Normally CCOUNT counts and displays the 
  3. totals only for those characters given on the command line.  If "Yes" is 
  4. selected, all characters in the file will be counted and displayed by 
  5. default.  The default can be toggled with the command line "A" option.
  6.  
  7. Option H -- Ignore high bits.  As distributed, CCOUNT ignores high bits 
  8. when counting characters in a file.  Selecting "No" causes characters which 
  9. have their high bit set to be considered by default as different from those 
  10. which do not.  The command line "H" option will toggle the default chosen.
  11.  
  12. Option P -- Screen paging.  A "Yes" will make CCOUNT pause and wait for a 
  13. key to be pressed each time the screen fills.  "No" causes the screen to 
  14. scroll continuously.  This configured default can be toggled with the 
  15. command line "P" option.
  16.  
  17. Option C -- Error on user abort.  Pick "Yes" if you want the program error 
  18. flag set when CCOUNT is aborted via a ^C from the console.  In that case 
  19. the error handler will be invoked (if one is installed), allowing the user 
  20. to also abort a running SUB or ZEX batch job.  That can be very useful.  If 
  21. you would rather not have the aggravation, however, select "No" and an 
  22. abort will not be considered an error.
  23.  
  24. Option L -- Screen lines.  Enter the maximum number of lines that can be 
  25. displayed on your console.  This parameter is only used under CP/M.  Under 
  26. Z-System the number of screen lines is obtained from the environment.
  27.