Hi
I have an app which builds sequential files containing printer instructions for producing barcodes. Currently I read from these files and write to another (line by line) which is opened as a printer. This seems to cause occasional glitches when the barcodes are printed. Is there a command I can use to print the entire file all at once instead of processsing it line by line?
I have an app which builds sequential files containing printer instructions for producing barcodes. Currently I read from these files and write to another (line by line) which is opened as a printer. This seems to cause occasional glitches when the barcodes are printed. Is there a command I can use to print the entire file all at once instead of processsing it line by line?