in reply to Printing to Local Windows Printer
Depends on your telnet client. Some clients allow a terminal escape code that diverts output to a printer or file. However, it has been so long since I have had a need to do this I am quite rusty.
So you would do....
startprint; cat file; stopprint
... where startprint and stopprint generate the appropriate codes. Of course, this is assuming that file is a text file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Printing to Local Windows Printer
by Anonymous Monk on Aug 28, 2003 at 13:48 UTC | |
by MidLifeXis (Monsignor) on Aug 28, 2003 at 13:56 UTC |