Command Line Parameter Reference |
Brackets in the command line examples in the help system indicate optional material that is not required in every use of the command or the parameter. Do not ever include the brackets themselves.
Types of command lines:
Command Line |
Action |
---|---|
bartend.exe /F=c:\Formats\ship.btw /P |
Loads and prints ship.btw. |
bartend.exe /F="lib://test1.btw" /P |
Loads and prints test1.btw, which is stored in Librarian's repository. |
bartend.exe /F=F1.btw /F=F2.btw /F=F3.btw |
Loads the three specified documents. |
bartend.exe /P |
|
bartend.exe /AF=F2.btw |
Makes F2.btw the active document. |
bartend.exe /AF /P /C=2 /D="xyz.dat" |
Prints two copies of the active document using text file xyz.dat. |
bartend.exe /MediaHandling= |
Sets the printer media handling settings to cut the label stock at the end of the print job. |
bartend.exe /IDOC="xyz.idoc" /P |
Prints all BarTender documents using IDoc xyz.idoc. |
Related Topics