SetPrt {"printer" | "Application Default" | "RESTORE"}[,{P | L}]
Where:
printer | is the name of the printer. |
Application Default | specifies application default printer. (Host, Print Setup...). |
RESTORE | restore the original session printer setting. |
P | sets the printer orientation to Portrait. Portrait is the default. |
L | sets the printer orientation to Landscape. |
The SetPrt command changes the session printer.
Examples
SetPrt | "HP Printer 1",L |
SetPrt | "Application Default",P |
SetPrt | "RESTORE" |
Sample Script
The following script sets the printer to "HP Printer 1" with landscape orientation, prints the terminal screen and restores the session back to its default printer.
SetPrt | "HP Printer 1",L |
key | HostPrintScreen |
SetPrt | "RESTORE" |
exit
TN3270 Plus is continually being improved. To learn more about the latest enhancements, please review our Version History web page.