• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to redirect printer output from a DOS program to a file?

We are using a old DOS-based program here at work (the program only gets used once or twice a year). The results print fine to the local printer (on LPT1), but the format leaves alot to be desired.
I'd like to condense the results into a format other than the one that is printed.

Is there a way I can redirect the LPT1 output so that it writes the information to a file? I could then open the file and remove the parts I don't need.
 
Back
Top