This command manages redirection of local ports to a NetWare print queue.
$TNHOME/usr/lib/pcbin
To direct a local port to a print queue:
capture s=server q=queue Lpt={1|2|3} [option...]
To remove a connection to a print queue:
capture Off ={1|2|3|ALL} [/Cancel]
To display the connection:
capture SHow
server |
Specify a NetWare server. |
queue |
Specify the name of a print queue on the NetWare server. |
option |
Specify either Notify or NoNotify and Autoend or NoAutoend: Notify -- Send notification when data prints. NoNotify -- Do not send notification when data prints. Autoend -- Send data to the network printer when you enter or exit an application. NoAutoend -- Do not send data to the network printer when you enter or exit an application. This option defaults to NoNotify and Autoend. |
Use the following command to direct local port 1 to print queue china through server wall and receive notification when the data prints:
capture wall china 1 Notify |
Use the following command to remove connections from all print queues:
capture Off =ALL |
Use the following command to display the print queue connection:
capture SHow |