跳至主內容

搜尋

搜尋

Automatic Start During Logon

評論

1 條評論

  • Avatar
    Shotaro Ito

    Dear JOA,

    You can create a command line shortcut to print a document and place in Startup folder. 

     

    command line example

    ;For x86 environment
    "C:\Program Files\Seagull\BarTender Suite\bartend.exe" /AF="C:\myfolder\mydoc.btw" /P /X
    
    ;For x64 environment
    "C:\Program Files (x86)\Seagull\BarTender Suite\bartend.exe" /AF="C:\myfolder\mydoc.btw" /P /X
    
    

    In BarTender's print dialog >Option, there's option of "Repeat data entry until cancelled". enabling that makes return to query after print.

     

    Available Commandline options are shown in BarTender's Online help > Automating BarTender > Automation with command line interface > Command line parameter reference. 

    Note that command line option is not supported in Professional edition - you need Automation Edition or above to automate BarTender.

    0

登入寫評論。