Batch file to add network printers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I have posted this in the XP news group but was unable to get anywhere and was suggested to try posting my question here..
I want to create a batch file that, when it is run from a workstation, automatically connects to a network printer. If someone could let me know what the syntax for this would be I would really appreciate it. Thankyou

Regards
Le
 
Net use lpt \\computer\printer

See
net use /?


Lee said:
Hi,
I have posted this in the XP news group but was unable to get anywhere and
was suggested to try posting my question here...
I want to create a batch file that, when it is run from a workstation,
automatically connects to a network printer. If someone could let me know
what the syntax for this would be I would really appreciate it. Thankyou.
 
Back
Top