Command Line Parameter Reference |
|
Unless otherwise specified, all command line parameters require Automation edition or better. The /REGISTER command line option is available in all editions. |
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 /IDOC="xyz. idoc" /P |
Prints all BarTender documents using IDoc xyz.idoc. |
bartend.exe /F=test.btw /P |
Opens the BarTender document test.btw. Connects to Seagull License Server on MyServer, port 5175, and prints test.btw. |
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. |
Related Topics