Skip to main content
Skip table of contents

The HqnStart file


This page applies to Harlequin v13.1r0 and later; and to Harlequin Core but not Harlequin MultiRIP.

By editing the \HarlequinRIP\SW\Sys\HqnStart file you can decide to write either the product version name or version number to the \SW\version file.

TEXT
            % Write version to file for other rips to read. (%os%version) (w) file dup
            userdict /hqnversion 2 copy known { get
            writestring closefile
            }
            {pop pop pop closefile} ifelse

/hqnproductversion

On startup the product version name is written to the version file. For example, Genesis Release.

/hqnversion

On startup the version number is written to the version file. For example, 7.0 revision 1.

For more information on HqnStart see PostScript-language interpreter bootstrap.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.