I have a piece of software written in GWBASIC that currently is set up to just print locally to LPT1. It's been requested to have this piece of software instead print to some network printer.
I have no experience with GWBASIC (but some experience with other BASIC dialects), but I'm thinking I might be able to spoof a network printer as LPT1, so the GW application can stay the same and I just have to write the external piece.
How might this be accomplished (preferrably in C#)?
Or, better still, how can do a print job to a non local printer in GWBASIC?
I was looking for some way to do this in GWBASIC, but instead the following will be done: