<< >> Up Title Contents

prin

prin [<dev>], [<command>]

This command allows to print the current view graph. The output device type <dev> can be given as first parameter. If the value of <dev> is omitted, the default device will be used as defined in 'config.f'. Valid device names are "PS" for Postscript output and "PL" for HPGL output. The program will send the file to the default printer, again set in 'config.f'. As an alternative the print command to be used can be specified as second parameter. Note the command has to be in ".

Examples:
prin                  : Print to default device/printer
prin ps,"lpr -drscgf" : Print Postscript using command lpr -drscgf ..


<< >> Up Title Contents