跳至主內容

搜尋

搜尋

Automating Template Sequence

評論

1 條評論

  • Avatar
    Ian Cummings
    版主

    Create your Commander script with two command lines.  The first to print template/document 1 and the second to print template/document 2.  Something like the below should do it:

     

    %BTW% /AF="(document1)" /D=%Trigger File Name% /PRN="(Printer Name)" /R=4 /P /DD /C=100

    %BTW% /AF="(document2)" /D=%Trigger File Name% /PRN="(Printer Name)" /R=4 /P /DD /C=100

    %END%

    field1~field2~field3~field4~field5~...(and so on to field20)

    0

登入寫評論。