home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / t / txtbk20.zip / CLEAN.DOC < prev    next >
Text File  |  1993-01-31  |  1KB  |  25 lines

  1.                           CLEAN.DOC, ver. 1.0
  2.                           (c)1993 EFD Systems
  3.  
  4. CLEAN is a small utility designed for use with ASCII text file "books" produced
  5. for TXTBook and GRFBook.  This utility will "clean up" the ASCII output from
  6. some word processors in order to make them more fully compatible with TXTBook
  7. and GRFBook.  This utility does three things:
  8.  
  9. 1) Converts any "soft" carriage returns to "hard" carriage returns.  Some word
  10. processors insist on using only a "soft" return (ASCII char. 13 only) at the end
  11. of lines and reserve a "hard" carriage return (ASCII char. 13, char. 10 pair)
  12. for use only at the end of paragraphs.
  13.  
  14. 2) Expands any Tabs (ASCII char. 8 ) into an equivalent number of spaces.  The
  15. actual number of spaces can be specified by the user.  8 is the default.
  16.  
  17. 3) Removes any control codes (form feeds, etc.) from the file.  These should not
  18. exist in an ASCII file but some word processors may insert them anyway.
  19.  
  20. To use this utility type : CLEAN myfile.txt [spaces]
  21. "myfile.txt' is the name of the ASCII file that you wish to clean up.  Output
  22. will always be written to myfile.ASC.  "spaces" is an optional number of spaces
  23. to be used for a tab.  8 is the default.  Hopefully, you will never need to use
  24. this utility but it has been included just in case any problems develop.
  25.