Skip to main content

Search

Search

2 Different Templates From One Btw File?

Comments

6 comments

  • Avatar
    Philip Dea
    Moderator
    There is no multiple page setup from 1 btw file feature as of the current version (9.4). However, you can create 2 separate labels and use Batch Maker companion application to make sure they print together.

    Batch Maker white paper
    http://s3.amazonaws.com/SeagullBarTender/ftp/WhitePapers/WhitePaper_WhatsNewInBT92.pdf#BatchMaker
    0
  • Avatar
    Legacy Poster
    Thanks Philip.
    Unfortunately I have an older version.
    Regards,
    Poco
    0
  • Avatar
    Philip Dea
    Moderator
    Although it's less convenient, it's likely you can still manage batch printing by creating an actual batch file manually. BarTender Automation edition (or Enterprise edition, if you have 9.20 or older) supports DOS command line commands. You can refer to Bartender's Help file from "Help > BarTender Help" in the main menu.
    Search for "Command Line Parameter Reference"

    e.g.,
    Create a "PrintLabels.bat" file (using Notepad) containing the following lines:
    C:\Program Files\<path to bartend.exe> /AF="C:\labels\MyLabel_1.btw" /P
    C:\Program Files\<path to bartend.exe> /AF="C:\labels\MyLabel_2.btw" /P

    When you double-click on the .bat file, both labels will be printed.

    If you require further help, please contact your local Seagull Scientific technical support. Be sure to have required registration information ready. e.g., Product Key Code (PKC)
    0
  • Avatar
    Legacy Poster
    is it possible to use 1 command script to print 2 btw from same dataset? thanks
    0
  • Avatar
    Philip Dea
    Moderator
    [quote name='larry.au' timestamp='1321375350' post='1054']
    is it possible to use 1 command script to print 2 btw from same dataset? thanks
    [/quote]
    Yes it's possible to print multiple btw files in 1 Commander Script. e.g.,

    %BTW% /AF="D:\BARTENDER\FORMATS\A.BTW" /P /PRN="SATO" /D="D:\BARTENDER\COMMANDER\A.TXT"
    %BTW% /AF="D:\BARTENDER\FORMATS\B.BTW" /P /PRN="Zebra" /D="D:\BARTENDER\COMMANDER\B.TXT"
    %BTW% /AF="D:\BARTENDER\FORMATS\C.BTW" /P /PRN="Intermec" /D="D:\BARTENDER\COMMANDER\C.TXT"
    %END%
    0
  • Avatar
    shira rot
    is it possible to use 1 command script to print 2 btw from another dataset? thanks
    0

Please sign in to leave a comment.