命令行参数参考 |
|
除非另有说明,否则所有命令行参数都要求 Automation 版或更高版本。 /REGISTER 命令行选项在所有版本中都可用。 |
帮助系统中命令行示例上的括号指示其中的内容在每次使用命令或参数时并不是必需的。 不要包括括号本身。
命令行类型:
命令行 |
操作 |
---|---|
bartend.exe /F=c:\Formats\ship.btw /P |
加载和打印 ship.btw。 |
bartend.exe /F="lib://test1.btw" /P |
加载并打印 test1.btw,该文件存储在 Librarian 的存储库中。 |
bartend.exe /F=F1.btw /F=F2.btw /F=F3.btw |
加载三个指定的文档。 |
bartend.exe /P |
|
bartend.exe /IDOC="xyz.idoc" /P |
使用 IDoc xyz.idoc 打印所有 BarTender 文档。 |
bartend.exe /F=test.btw /P /LicenseServerAddress=MyServer /LicenseServerPort=5175 |
打开 BarTender 文档 test.btw。 连接到 MyServer 端口 5175 上的 Seagull License Server 并打印 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="Action=Cut;Occurrence=AtEndOfPrintJob" |
将打印机介质处理设置设定为打印作业结束时剪切标签卷。 |
相关主题