
Hello,
I have Zebra printer, which I would like send via direct print (without driver).
A print can be like:
^XA ^CW7,E:DAVIDBD.FNT ^BY2 ^MD20 ^PW832 ^LH00,00 ^FO048,16^A7N,40,30^FDaaaa^FS
How can I print directly to printer?
I need also to choose between network printers - how doing that?
Thanks :)
*This post is locked for comments
I have the same question (0)I did something like that once back in the Concorde XAL days and I did it by sending the text I wanted to print directly to the printer port.
Therefore, I wrote the output to a file, and then simply called dos copy.exe to copy the file to the printer port.
Local printer: copy file.txt lpt1
Network printer: copy file.txt \\server\printer
If this does not help then let me know it, and I will try to figure out how to do it in Ax.