home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / txtutl / wraplin2.arc / WRAPLINE.DOC < prev   
Text File  |  1988-12-30  |  1KB  |  24 lines

  1. WrapLine  (c) Copyright 1988, 1989 by Nassib Nassar,  Version 2.0
  2. From the DOS prompt,  enter  "WL ?"  for  help & software license
  3.  
  4. Formats text by wrapping lines longer than specified  line width.
  5. Unlike text editors,  WL wraps without regard to  word structure.
  6. WL  uses  Don Strenczewilk's fast file reading routines  (RLINE).
  7.  
  8. Nassib Nassar, SoftBrush, 4035 Livingstone Pl., Durham, NC  27707
  9.  
  10. This software is licensed for personal use only.  It shall not be
  11. used commercially.  It shall not be distributed as part of, or in
  12. conjunction with, any other software or package.  It shall not be
  13. modified in any manner.
  14.  
  15. THIS SOFTWARE IS PROVIDED AS IS.  THE AUTHOR SHALL NOT BE  LIABLE
  16. FOR ANY ERRORS OR DAMAGE THAT MAY RESULT FROM USING  THIS PROGRAM
  17.  
  18. Usage:     WL input_file output_file [/line_width]
  19.            (input_file and output_file must be different)
  20.            (line_width defaults to 80 characters)
  21.  
  22. Examples:  WL B:INFILE A:OUTFILE.TXT
  23.            WL INFILE C:\LOG\OUTFILE /40
  24.