Justify.exe. Dividing the lines of an
input file and justifying them on an output file.
Justify.exe takes an input file and
generates an output file with its contents divided into lines and justified
according given parameters. This program uses RpvCorporate and it is specially
designed to those languages that work under DOS and do not allow the use
of OCX objects.
Syntax:
Justify.exe InputFile, OutputFile,
MaxLength, FontName, FontSize, FontBold [, OpenSign][, CloseSign][, LogFile]
All the parameters must be specified separated by comma.
It is important to remmark that MaxLength
parameter is the maximum width accepted for a line and must expressed in twips.
For FontSize, it must be expressed in points. FontBold must be expressed using:
1 for Bold and 0 for standard.
Three last parameters are optional. For OpenSign and CloseSign is optional to
specify the signs that are used to open/close the commands in the Rpv file (ussually
"{" and "}").
Example:
Justify.exe c:\Input.txt, c:\Output.txt,
8000, "Times new Roman", 12, 0, "{", "}", c:\Log.log
|