Mar 21, 2001 #1 venado Programmer Nov 28, 2000 35 CA The TYPE x.txt TO PRINTER does not recognize control characters. However, the text file is create with the control characters. DOES ANYONE HAS A SUGGESTION? Thanks, venado
The TYPE x.txt TO PRINTER does not recognize control characters. However, the text file is create with the control characters. DOES ANYONE HAS A SUGGESTION? Thanks, venado
Mar 21, 2001 #2 jonscott8 Programmer May 12, 2000 1,317 US Hi Venado, See: HOWTO: Send a Windows Print File to the Printer http://support.microsoft.com/support/kb/articles/Q130/9/91.asp Jon Hawkins The World Is Headed For Mutiny, When All We Want Is Unity. - Creed Upvote 0 Downvote
Hi Venado, See: HOWTO: Send a Windows Print File to the Printer http://support.microsoft.com/support/kb/articles/Q130/9/91.asp Jon Hawkins The World Is Headed For Mutiny, When All We Want Is Unity. - Creed
Mar 21, 2001 #3 jonscott8 Programmer May 12, 2000 1,317 US Additionally, you could try: COPY FILE x.txt TO LPT1.DOS or COPY FILE x.txt TO PRN Both achieve the same result, bypassing the windows print manager. Jon Hawkins The World Is Headed For Mutiny, When All We Want Is Unity. - Creed Upvote 0 Downvote
Additionally, you could try: COPY FILE x.txt TO LPT1.DOS or COPY FILE x.txt TO PRN Both achieve the same result, bypassing the windows print manager. Jon Hawkins The World Is Headed For Mutiny, When All We Want Is Unity. - Creed
Mar 22, 2001 #4 dgrewe MIS Dec 1, 1999 1,285 US Or you could try opening the text file with low level commands and printing it line by line. http://ibs.internationalbid.net/home/dave/code_html/ascprt.html David W. Grewe Dave@internationalbid.com ICQ VFP ActiveList #46145644 Upvote 0 Downvote
Or you could try opening the text file with low level commands and printing it line by line. http://ibs.internationalbid.net/home/dave/code_html/ascprt.html David W. Grewe Dave@internationalbid.com ICQ VFP ActiveList #46145644