Re: How to redirect LPT1 output to a disk file?

2017-03-01 Thread Roger House
This worked great! Thank you very much. Roger House Try: $_lpt1 = "cat > /tmp/file_name" -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: How to redirect LPT1 output to a disk file?

2017-02-28 Thread Peća Nešovanović
> > # $_lpt1 = "lpr -l" > # $_lpt2 = "lpr -l -P lpt2" > # $_lpt3 = "" > > # idle time in seconds before spooling out. Default: (20) > > # $_printer_timeout = (20) > > ## > > However, these lines are not at all clear

How to redirect LPT1 output to a disk file?

2017-02-27 Thread Roger House
I am using dosemu 1.4.0.8 to run QuickBasic programs that are some 20+ years old. Except for one issue this has been working great. The problem is the LPRINT statement, which I believe sends output to the parallel port. I would like to capture this output into a disk file. At