[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
QbasicFAQ_Print
How do I print?
Back to QBasic FAQ Main Page.
LPRINT, LPRINT USING$, PRINT, WRITE, can all be used to manipulate and send information to the printer. If you add the DOS shelled command COPY, with redirection, you can even print files with out any real work. (right in DOS, QBasic not necessary.)
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
QbasicFAQ_Print
How do I print?
Back to QBasic FAQ Main Page.
LPRINT, LPRINT USING$, PRINT, WRITE, can all be used to manipulate and send information to the printer. If you add the DOS shelled command COPY, with redirection, you can even print files with out any real work. (right in DOS, QBasic not necessary.)
DOS example: (copy a file to the printer). C:>\copy myfile.txt lpt1 C:>\copy myfile.txt prn C:>\myfile.txt > prn
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
