Connect LPT1

  • Thread starter Thread starter Luigi
  • Start date Start date
L

Luigi

Can I conntect LPT1 port to a network port
(\\server\print_name) in windows 2000?


Thanks.
Luigi.
 
Yes you can by using the net use command

for example net use lpt1:
\\servername\printershare /persistent

I hope this works. Nelson
 
Yes you can.. at the Command Prompt type in the following:

net use lpt1: \\server\print_name /persistent:yes

this will always use LPT1 for printing to the network
printer
 
Back
Top