VBS to install a printer in my LAN
my English is very poor... sorry!
I would like to make this:
In my work I install theprinters when I go to START->RUN and write: \\SERVER01\PRINTER01 and I'm use a Remote program.
but...I would like to make this with my PC.
one idea is:
Option explicit
Dim PC,PRINTER
PC=inputbox("In wich PC did you want to install?")
impresora=inputbox("What printer do you like to install?")
Is it possible?

