Zum Hauptinhalt gehen

Suche

Suche

Automatic Start During Logon

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.