home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug037.arc / FILTER.DOC < prev    next >
Text File  |  1979-12-31  |  896b  |  18 lines

  1.             FILTER.DOC ver 1.1
  2.          by Keith Petersen, W8SDZ
  3.                   (revised 1/27/81)
  4.  
  5. This program copies any ASCII file and filters out (ignores)
  6. all control characters except CR, LF, and TAB.  It also sets
  7. the high order bit of all characters to zero so that files
  8. created with WordStar or other text processing programs can
  9. be read by MBASIC.  The filtered copy of the of the file is
  10. created as 'FILTER.FIL' on the default drive.  The source
  11. file is left intact.  If the original file's EOF (1AH) is
  12. not at the physical end of the last sector, this program
  13. will pad the last sector with EOF's.  This is useful for
  14. 'cleaning up' a file which was originally created by MBASIC
  15. or text editors which do not pad the last sector with EOF's.
  16.  
  17. Command: FILTER [drive:]<filename.filetype>
  18.