Script to add network printer?

G

Gary

I am trying to find a batch/script file to automatically
add a networked printer using the IP.
Thanks
 
W

Walter Schulz

I am trying to find a batch/script file to automatically
add a networked printer using the IP.

Posted two days ago. Subject "TCP/IP Batch needed"

Ciao, Walter
 
D

Disinfectant

create a .bat file with the following lines (this is assuming that your
printer is on a server with the IP address 192.168.0.1 and that the printer
is shared as "printer" and you want to map the printer to LTP port no 2)

@Echo Off
c:\
net use LPT2: \\192.168.0.1\printer


Thats it.
Kind regards
Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top