home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsd / filter / !!ReadMe!! next >
Text File  |  1992-12-30  |  505b  |  20 lines

  1. Test Files
  2. ----------
  3.  
  4. Some example files to demonstate !Filter
  5.  
  6. TopBitSet - Sets bit 8 of all bytes to zero
  7.             Useful for importing some IBM
  8.             text files (eg Wordstar < 4)
  9.  
  10. CR        - Removes CRs (&0d) from files
  11.  
  12. CR->LF    - Changes all CRs to LFs
  13.  
  14. Strings   - Rough copy of UN*X strings util.
  15.             Finds all readable strings in an
  16.             executable.
  17.             (&00,&0a,&0d = &0a; removes all
  18.             other control characters and all
  19.             top bit set chars)
  20.