I have an application that has to print to 2 printers. They are serial printers and I have this working fine useing MSCOMM

The problem is that more than one PC has to print to the printer.

I want to print the stuff using the windows printer drivers but how would I do this.

I have all the stuff on strings and just want to throw these to the printer.

Help please