SBT - Submit command for RSX to VMS printing The SBT command will submit a file or list of files for printing at remote VMS nodes. The command syntax is: SBT[/switch:arguement] [file_list] If there are no switches and file_list, then the SBT> prompt will be displayed and you can enter command lines of the complete syntax. Use to exit from the SBT prompt. HELP is available for the following: /QUEUE /COPIES /NODE /IDENTIFICATION Examples 2 QUEUE /QUEUE:SYS$PRINT The /QUEUE switch specifies the destination queue for the print job. The default is SYS$PRINT. 2 NODE /NODE:STAR The /NODE switch specifies the destination node for the print job. The double colons are optional. 2 COPIES /COPIES:1 The /COPIES switch specifies the number of copies of the job are desired; the default is one. 2 IDENTIFICATION /IDENTIFICATION The /IDENTIFICATION switch must be the only switch specified if it is used. The build date and time of the SBT program will be displayed. 2 EXAMPLES > SBT/QUE:SYS$LASER_PRINTER1 TEMP.DAT will print SY:[]TEMP.DAT on queue SYS$LASER_PRINTER1 on default node STAR. > SBT/NODE:SHINE/COPIES:3 *.FTN will print three copies of all .FTN files on queue SYS$PRINT on node SHINE. > SBT/IDENTIFICATION will display the time and date of task building for SBT. > SBT SBT> /QUE:LASER_PRINTER LST.LST SBT> will print LST.LST on queue LASER_PRINTER on node STAR.