Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

DRVTERM



Specifies host commands to be executed after the driver terminates.
Used in: GOPTIONS statement; GDEVICE procedure; GDEVICE Host Commands window
Restriction: not supported by Java or ActiveX

Syntax
Details

Syntax

DRVTERM1='system-command(s)'
DRVTERM2='system-command(s)'

system-command(s)

specifies a character string that is a valid system command and can be in upper- or lowercase letters. You can include more than one command in the string if you separate the commands with a command delimiter, which is host-specific; for example, some operating environments use a semicolon. The length of the entire string cannot exceed 72 characters.


Details

The DRVTERM command is executed after the driver terminates. DRVTERM is typically used with FILECLOSE=DRIVERTERM to de-allocate a host file and execute utility programs that send the data to the graphics device. For example, DRVTERM might specify commands to send the file to a host print queue.

Previous Page | Next Page | Top of Page