Printing from Perl HELP!!
am 25.09.2005 10:14:15 von pmeertCan someone tell me please how i can redirect my perl output to a network
printer in a Windows enviroment?
Thanks in advance
Can someone tell me please how i can redirect my perl output to a network
printer in a Windows enviroment?
Thanks in advance
P.Meertens escribió:
> Can someone tell me please how i can redirect my perl output to a network
> printer in a Windows enviroment?
>
> Thanks in advance
>
>
One easy way is to capture/map a local port for the network printer,
when you first install a network printer in Windows you will be asked to
capture or map the printer to a DOS local port like lpt2:.
Then you can redirect all outputs to that port (lpt2: f.e.) like the
standard output.
Regards.