Skip to main content

Search

Search

Specify Number Of Identical Labels In Txt Trigger File

Comments

2 comments

  • Avatar
    Legacy Poster
    [quote name='Jon_M' timestamp='1313084232' post='360']
    Hello,

    We are using BarTender 9.3 SR2 Automation Edition. We have Commander checking a folder for *.TXT trigger files, and that is working as expected. We would like to add a variable to the trigger file to specify the number of identical labels to print. Does anyone know the correct commands/syntax for that?

    Thanks!
    [/quote]

    Are you using Commander script at the beginning of the trigger file? If so, you'll want to use the command line [font="Courier New"]/C=n[/font]. For example, printing 3 copies of the label would result in the following Commander script:

    [code]%BTW% /AF="Format1.btw" /D=%Trigger File Name% /R=3 /C=3 /P
    %END%
    [/code]

    Hope that helps :)
    0
  • Avatar
    Legacy Poster
    Yes, we do use Commander script, so that is exactly what I was looking for. Thanks for the quick response!
    0

Please sign in to leave a comment.