anybody know how to make windows print raw-text via the spooler instead of using the cludgy open(PRN, "> COM1")?
this "open" method is a PITA since it doesn't keep track of printer-buffers, whether the printer is switched on, etc.
a quick search turnedup some nodes, but no real solution like open(PRN, "|lpr") on unix.
thanks,