*SetPrinterCommand()

Specifies a printer command.

Syntax

*SetPrinterCommand (command)

Application

HyperGraph 2D, HyperGraph 3D, HyperView, MediaView, MotionView, and TextView.

Inputs

command
The printer command.

Context

*BeginDefaults()

Example

*BeginDefaults()
   *SetPrinterCommand(“lpr -P”)
*EndDefaults()