Command Line Not Working Follow
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
2 comments
[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.
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.
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
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
Please sign in to leave a comment.