home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / xfwrd.zip / xfwrd.doc next >
Text File  |  2000-05-26  |  1KB  |  36 lines

  1. Have you ever received an email message that has been
  2. forwarded by multiple windows users and the start of each
  3. line of the text has multiple forwarding marks >>>>>>> ?
  4.  
  5. XFWRD.EXE is a simple filter that removes all ">" characters
  6. at the start of a line.  I use it to remove the forwarding
  7. marks form email text.  It only removes the ">" characters
  8. at the start of a line and stops when any other character is
  9. found. It takes input from STDIN and its output goes to STDOUT.
  10. It will accept input from redirection or a pipe.
  11.  
  12. I wrote the program to use with my Command line Clipboard Access
  13. (CCA) utilities which are command line programs (fclip2 and toclip) 
  14. that provide access to the OS/2 clipboard.  
  15.  
  16. I created a CMD file that contained the following line:
  17.  
  18. fclip2 | xfwrd | toclip
  19.  
  20. I created a program object that executes the CMD file and
  21. set the object to open minimized and close the window on exit.
  22.  
  23. You can find out more about CCA on my web page at:
  24. http://www2.southwind.net/~dwhawk/clipboard.html
  25.  
  26. You can find a trial version of CCA on my web page at:
  27. http://www2.southwind.net/~dwhawk/clipboard/ccar_110.zip
  28.  
  29.  
  30.  
  31. Don Hawkinson , author of CCA, DH-Grep-PM,
  32. PMStripper, Pastry Box, and DH_ClipSave/2
  33. http://www2.southwind.net/~dwhawk
  34. dwhawk@southwind.net
  35.  
  36.