Forum: Legacy and Other Languages Jun 7th, 2008 |
| Replies: 13 Views: 9,914 That's not enough. This way all the printer control codes embedded in the text would end up on paper.
You should create an RTF file for Wordpad instead of a TXT, and translate all the Bold,... |
Forum: Legacy and Other Languages Mar 24th, 2008 |
| Replies: 13 Views: 9,914 LPRINT is hardcoded to LPT1: (only) and doesn't offer a way to close the LPT port at the print job end, causing long delays in newer Windows systems. Changing "LPRINT" with "PRINT #" as explained in... |
Forum: Legacy and Other Languages Mar 22nd, 2008 |
| Replies: 13 Views: 9,914 Dear Paul,
this article might help: How to print from BASIC DOS to any Windows printer (http://www.printfil.com/article/basic-print-windows-printer.htm)
Regards,
Davide |
Forum: Legacy and Other Languages Mar 20th, 2008 |
| Replies: 11 Views: 7,397 These articles explains either how to speed up printing from DOS to Windows printers (http://www.printfil.com/article/slow-dos-printing-in-windows.htm) (without changes to the Basic source) or how to... |