home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / utils / f / filt84.lbr / FILTCF.TZT / FILTCF.TXT
Text File  |  1992-05-09  |  2KB  |  36 lines

  1.  
  2. Option M -- File Mode.  FILT has four file modes: "Source Code" for ASCII 
  3. assembler source code; "ASCII Text" for ordinary ASCII text files; 
  4. "WordStar W" for WordStar document files (removes dot commands); and 
  5. "WordStar D" for WordStar document files (retains dot commands).  Any of 
  6. these modes can be made the default.  See the accompanying help file for 
  7. details on the differences between these modes.  Whatever mode is chosen as 
  8. the default can be changed with the "S", "A", "W", or "D" command line 
  9. options.
  10.  
  11. Option T -- Tabbing Mode.  If "As Found" is chosen, tabs and spaces will be 
  12. left as they are found by default.  Otherwise, tabs will always be expanded 
  13. to spaces on input.  If "Re-Tab" is chosen, then FILT will re-tab the file 
  14. on output.  The chosen default can be overridden with the "T", "E", or "K" 
  15. command line options.
  16.  
  17. Option F -- Retain form feeds.  FILT normally removes form feeds from ASCII 
  18. text and source code files by default.  Choosing "Yes" causes form feeds to 
  19. be retained.  The default selected here can be toggled with the command 
  20. line "F" option.  (Form feeds are never removed in the WordStar modes.)
  21.  
  22. Option Q -- Quiet Mode.  This option determines whether FILT will be in 
  23. verbose or quiet mode by default (except that FILT always defaults to quiet 
  24. mode if the ZCPR3 quiet flag is set).  The default may be toggled with the 
  25. command line "Q" option.
  26.  
  27. Option C -- Error on user abort.  Pick "Yes" if you want the program error 
  28. flag set when FILT is aborted via a ^C from the console.  In that case the 
  29. error handler will be invoked (if one is installed), allowing the user to 
  30. also abort a running SUB or ZEX batch job.  That can be very useful.  If 
  31. you would rather not have the aggravation, however, select "No" and an 
  32. abort will not be considered an error.
  33.  
  34. Option P -- Progress Reports.  Normally FILT displays a running line count 
  35. while it is working.  This report can be suppressed by selecting "No".
  36.