TotalNET Advanced Server 5.2 Reference Manual

capture

This command manages redirection of local ports to a NetWare print queue.

Location

$TNHOME/usr/lib/pcbin

Usage

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

Options

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. 

Examples

  1. 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
  2. Use the following command to remove connections from all print queues:


    capture Off =ALL
  3. Use the following command to display the print queue connection:


    capture SHow