Skip to main content

Search

Search

1 Trigger File + Commander + Collation

Comments

1 comment

  • Avatar
    Fernando Ramos Miracle
    Hello,

    The easiest way to do this would be to use Commander script (could also be done through XML script).

    With Commander script you básically enter a script line for each document to print, and at the end you enter the data (if using the trigger as database). The trigger file would be something like this:

    [i]%BTW% /AF= "C:\Label1.btw" /D="%Trigger File Name%" /R=6 /P
    %BTW% /AF= "C:\Label2.btw" /D="%Trigger File Name%" /R=6 /P
    %BTW% /AF= "C:\Label3.btw" /D="%Trigger File Name%" /R=6 /P
    %BTW% /AF= "C:\Label4.btw" /D="%Trigger File Name%" /R=6 /P
    %END%
    ... data ...[/i]

    This will print four labels using the trigger file as database (note that the /R command marks the start of the actual data, including the header if using it) and each print job using a different document.

    For more information please take a look at the below white papers:
    http://www.bartenderbarcodesoftware.com/label-software/whitepapers/commander-examples(english).pdf

    Regards!
    0

Please sign in to leave a comment.