Specify Number Of Identical Labels In Txt Trigger File
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!
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!
0
-
Legacy Poster
★ BarTender Hero ★
[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 helps0 -
Legacy Poster
★ BarTender Hero ★
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.
Comments
2 comments