I have Win XP with a parallel epson matrix ticket printer.
I have a file, ticket.txt
I open a console ("cmd") and type "type ticket.txt >prn" and the ticket is sent to the printer and printed.
But from Blitz, the command:
execfile "type ticket.txt >prn"
does not work
Is there an (easy) way to sent ascii chars directly to the printer, or the parallel port?
I have a file, ticket.txt
I open a console ("cmd") and type "type ticket.txt >prn" and the ticket is sent to the printer and printed.
But from Blitz, the command:
execfile "type ticket.txt >prn"
does not work
Is there an (easy) way to sent ascii chars directly to the printer, or the parallel port?