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

  1. FIXUP.COM      A fast word processor utility
  2.                by Frank Connell     Dec 1988
  3.  
  4. SYNTAX         fixup [d:] filename.ext
  5.  
  6. ACTION         Takes a document or text file from any word 
  7.                processor and turns it into pure ASCII.
  8.  
  9.                Removes ALL control characters, line feeds,
  10.                SINGLE carriage returns, and repeated spaces.
  11.  
  12.                Saves to current drive as filename.fix
  13.  
  14. USE            Prepares text for reformatting in incompatible
  15.                word processors. Also useful for reformatting
  16.                Microbee Simply Write files, and for sending
  17.                document files as text via modems.
  18.  
  19.                [To keep paragraphs, original file should have 
  20.                TWO carriage returns at end of each paragraph.]
  21.  
  22.  
  23.           [To keep paragraphs, original file should have 
  24.                TWO carriage r