Hi,
can I map LPT1: to a command e.g. "|lpr"
How can I use this? From my applications I only see the printers from
my CUPS. How can I use a pritner like LPT1:
now I'm using Wine 1.1.9
Regards,
Shanku
LPT1 to lpr
Re: LPT1 to lpr
Yes, just edit registry. Ex:shanku wrote:Hi,
can I map LPT1: to a command e.g. "|lpr"
Code: Select all
[HKLM\System\CurrentControlSet\Control\Print\Printers\mx310series]
"Port"="|lpr"
Same way as a normal printer - you select it then print to it.shanku wrote:How can I use this? From my applications I only see the printers from
my CUPS. How can I use a pritner like LPT1:
now I'm using Wine 1.1.9
Thanks for your reply.....
But printing was not done ...
I'm configure a network Dot Matrix printer which was configure by CUPS. When I print at Linux Terminal command is below
shanku:~/Desktop #lpr - l FILENAME.TXT
Print was OK but When I print through wine
shanku:~/Desktop # wine cmd
CMD Version 1.1.9
Z:\root\Desktop>type FILENAME.TXT > prn
Print was not done
Please Help me
Shanku

But printing was not done ...
I'm configure a network Dot Matrix printer which was configure by CUPS. When I print at Linux Terminal command is below
shanku:~/Desktop #lpr - l FILENAME.TXT
Print was OK but When I print through wine
shanku:~/Desktop # wine cmd
CMD Version 1.1.9
Z:\root\Desktop>type FILENAME.TXT > prn
Print was not done
Please Help me
Shanku

2 things:shanku wrote:Z:\root\Desktop>type FILENAME.TXT > prn
1. NEVER run Wine as root: http://wiki.winehq.org/FAQ#head-96bebfa ... 78b0d41014
2. Use notepad to test printing. Wine's cmd has all sorts of problems