WordWrap.exe utility will generate, taking the information from an input file and given parameters, an output file
with its text divided according specified parameters. This program needs RpvCorporateII.ocx and its use it is specially oriented to Dos based programs.
Syntax:
WordWrap InputFile, OutputFile, MaxLength, FontName, FontSize, FontBold [, LogFile]
All parameters must be separated by commas. For WordWrap.exe, all the parameters are necesary with the exception of LogFile. In case that LogFile is not specified, WordWrap.log will be generated as log.
It is important to note that MaxLength parameter is maximum width and a line can be and must be expressed in twips. For FontSize, the parameter is expressed in points.
Example:
WordWrap.exe c:\Input.txt, c:\Output.txt, 8000, "Times new Roman", 12, 0, c:\Log.log
|