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.

            % 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.