home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / beehive / zcat / txttows.lbr / TXTTOWS.DQC / TXTTOWS.DOC
Text File  |  1991-01-31  |  2KB  |  55 lines

  1. ESKAY Software Service
  2. 15 Dec 84
  3.  
  4. ---------------------------------------------------------
  5. ESKAY Software Service is a non-commercial non-business
  6. determined to produce better Public Domain software.
  7. ESKAY Software products are usually fully released to
  8. the Public Domain and carry (c) notices to prevent others
  9. from claiming authorship.
  10. Unless otherwise noted, ALL ESKAY products may be used
  11. commercially if ESKAY Software Service is notified before
  12. actual use.
  13. ESKAY Software Service can be reached (for COMPLAINTS,
  14. PRAISE, or DONATIONS) at
  15. 7120 Skillman #2104, Dallas TX 75231.
  16. SENECA RTDS, texas' first remote TurboDOS System, is run
  17. by ESKAY Software Service. Call 214-553-1363 (1200 baud)
  18. for membership info.
  19. ---------------------------------------------------------
  20.  
  21. TXTTOWS.COM is a program designed to change an ordinary TEXT file into a
  22. not-so-ordinary WordStar formatted file. Yes, there have been others, like
  23. ENSOFT. TXTTOWS is not any more or less intelligent than others. It still
  24. can't tell whether or not heatly lined up blocks of text are formatted
  25. "windows" or actual text and simply "softens" the NEWLINE following each
  26. line anyway.
  27.  
  28. TXTTOWS works under the following assumptions:
  29.  
  30. 1. The alphanumeric character preceeding a space is the last character
  31.    of a word
  32. 2. The second through n-th space anywhere in a line is soft
  33. 3. Any line shorter than 25 characters is not to be formatted
  34. 4. Any CR/LF combination (NEWLINE) followed by anything OTHER THAN NEWLINE
  35.    is to be made "soft"
  36.  
  37. TXTTOWS is invoked by typing its name followed by an ambiguous filename.
  38. Examples:
  39.  
  40. 0A}txttows *.doc    ;process all DOC files
  41. 0A}txttows txttows.doc    ;process this file only
  42.  
  43. TXTTOWS will display the name of the file it is currently working on. All
  44. modified data are written into a file TXTTOWS$.TMP. After successful
  45. completion, the original file is deleted and TXTTOWS$.TMP is renamed to the
  46. original file's name. This ensures that in case of failure the original
  47. file remains intact. the input file will only be deleted if TXTTOWS
  48. successfully closes the output file.
  49.  
  50. Enjoy using TXTTOWS! Start by testing it on this document...
  51. line anyway.
  52.  
  53. TXTTOWS works under the following assumptions:
  54.  
  55. 1. The alphanumeric character preceeding a spac