in reply to How to print to a printer?
On Windows, you can use
oropen( PRN, "> LPT1")
which is quite useful. The only problem is that you can't check when your printer's buffer is full.open( PRN, "> //printserver/printershare" )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Answer: Printing to a printer
by mowgli (Friar) on Feb 16, 2003 at 09:37 UTC |