命令列參數參考

您可以用命令列參數自動執行 BarTender 的動作。命令列語法如下:

bartend.exe /F=partlist.btw /P /X

在 "bartend.exe" 和第一個參數之間有一個空格,並且所有參數都以正斜線開頭。請檢視下方範例,並參考「指定命令列參數」和「在檔案名稱中使用空格」的規則。

如果在幫助系統的命令列範例看到括號,代表括號內是每次使用命令或參數時的選用內容,而非必要內容。不要包括括號本身。For example, the brackets in the preceding command line indicate that you can run BarTender without any parameters at all, in which case it will start in its default state.

命令列類型:

Examples of BarTender Command Lines

指令行

動作

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,該檔案儲存在 Librarian 的儲存庫中。

bartend.exe /F=F1.btw /F=F2.btw /F=F3.btw

載入三個指定的文件。

bartend.exe /P

列印所有開啟的 BarTender 文件。

bartend.exe /AF=F2.btw

使 F2.btw 成為使用中文件。

bartend.exe /AF /P /C=2 /D="xyz.dat"

使用文本檔案 xyz.dat 列印使用中文件的兩個複本。

bartend.exe /MediaHandling=
"Action=Cut;Occurrence=AtEndOfPrintJob"

將印表機介質處理設定設為列印工作結束時裁切標籤卷。

bartend.exe /D="xyz.idoc" /P

使用 IDoc xyz.idoc 列印所有 BarTender 文件。

相關主題