Multiple Command Line Prints Missing 1 Out Of 4
I have an application that uses the command line to send print commands.
When I am sending multiple commands one after the other I can see for example
4 text files created with data but only 3 print outs in the spooler and in the
bartender log file.
It seems like if you send multiple commands bartender misses some command lines.
I have run the tests many times and all ways the same result.
P.S
I am using Bartender 9.3 SR2
Regards,
Eyal Katz
When I am sending multiple commands one after the other I can see for example
4 text files created with data but only 3 print outs in the spooler and in the
bartender log file.
It seems like if you send multiple commands bartender misses some command lines.
I have run the tests many times and all ways the same result.
P.S
I am using Bartender 9.3 SR2
Regards,
Eyal Katz
0
-
Shotaro Ito
★ BarTender Hero ★
Hi Eyalk,
Printing from command line can be unstable when you issue many orders in short time.
For that purpose, please use Commander - Basically, Commander is a middle ware to give print order to BarTender.
Using Commander script command in Commander is an easy way to switch from Command line printing to Commander.
Instead of issue Command like below, [code]"C:\Program Files\Seagull\BarTender Suite\BarTender\bartend.exe" /MIN /AF="C:\format.btw" /PRN="ZEBRA 110xi" /P /X[/code]
You can create a text file like below (commander script) and feed that to Commander.
[code]%BTW% /AF="C:\format.btw" /PRN="ZEBRA 110xi" /P /CLOSE[/code]
In Commander, Create a task to scan the file above, and select command as "Commander Script"
Note that to Use Commander or Automating Bartender from other application,[u] you need BarTender Automation edition or Above[/u].
For detail, please check White paper: [url="http://s3.amazonaws.com/SeagullBarTender/ftp/WhitePapers/WhitePaper_Commander_English.pdf"]Commander[/url], [url="http://s3.amazonaws.com/SeagullBarTender/ftp/WhitePapers/WhitePaper_CommanderExamples_English.pdf"]Commander Example[/url]
[url="http://seagullscientific.invisionzone.com/index.php?/topic/55-commander-troubleshooting/"]Commander trouble shooting[/url] would help too.0
請登入寫評論。
評論
1 條評論