Forum: IT Professionals' Lounge Jul 28th, 2008 |
| Replies: 7 Views: 1,109 As no "emulation" is listed at http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00030424&cc=us&dlc=en&lc=en&jumpid=reg_R1002_USEN , it seems it's a GDI (AKA Windows-Only) printer.
You may want... |
Forum: Legacy and Other Languages Jun 7th, 2008 |
| Replies: 13 Views: 9,648 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,648 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,648 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,359 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... |