Skip to main content

Search

Search

Command Line Not Working

Comments

2 comments

  • Avatar
    Michael Toupin (mtoupin
    [quote name='insyncbob' timestamp='1352144143' post='3635']
    we are using the following command line in our code:

    "C:\Program Files (x86)\Seagull\BarTender Suite\bartend.exe /F=""C:\Bartender\RFI_Job_CSV_94"" /D=""C:\Bartender\LabelData\PR-1-97513_56356.csv"" /PRN=""\\Rsishipping\zebra105"" /FP /P /X"

    no label prints and we get no error message.

    is there something wrong with the command line?
    we can print the label directly from bartender.

    any help is greatly appreciated.
    bob
    [/quote]

    Turn on logging in BarTender to see what error messages are being thrown. We'll be able to determine what the problem is based on whatever the BarTender log returns.
    0
  • Avatar
    Fernando Ramos Miracle
    Could you also try removing the double quotes for the /F, /D and /PRN commands?

    The command line should be as follows:
    "C:\Program Files (x86)\Seagull\BarTender Suite\bartend.exe" /F="C:\Bartender\RFI_Job_CSV_94" /D="C:\Bartender\LabelData\PR-1-97513_56356.csv" /PRN="\\Rsishipping\zebra105" /FP /P /X

    Regards
    0

Please sign in to leave a comment.