comprint: Compiling a printer parameter file

comprint

Compile a printer parameter file


SYNTAX

comprint [-p] filename [filename] …

The utility comprint reads a source code printer parameter file and creates from it a compiled version in binary form which can be read by Sculptor. The source file is a straightforward text file which may be edited using any text editor. Any changes to a source file must be compiled if they are to take effect.

The filename is the name of the source code file which is to be compiled. All source code printer parameter files must have a .s extension.

When a source file is successfully compiled with comprint, the compiled form is output to a file which bears the same name as the source, but with a .p extension replacing the .s.

If the source file could not be compiled, self-explanatory error messages are issued. Wherever appropriate, the line is printed, together with an arrow indicating the error. No output file is created, and if one already existed it remains unchanged.

Options

-p

Place the output file in the Sculptor print directory, regardless of the location of the source file. If the -p flag is absent, the output file is placed in the same directory as the source file.


RELATED TOPICS

Printer parameter files