Mapping LPT1 to Network Prtinter

  • Thread starter Thread starter Karl G. Kuhn
  • Start date Start date
K

Karl G. Kuhn

How do I map the LPT1 port in a dos-based program using
the printerport LPT1 in the application to a network
printer? In W98 the printer setup had this capability.
Thanks.
Karl
 
Use the 'net use' DOS command to map LPT1 to the printer share. run 'net
use /?' to get more details about 'net use'. It should look something like
'net use LPT1 \\myprintserver\myprinter'

--
Ben Kuhn

Please do not send email directly to this alias. This alias is for newsgroup
purposes only. This posting is provided "AS IS" with no warranties, and
confers no rights.
 
Back
Top