Hi!
my English is very poor... sorry!
I would like to make this:

I have a lot of printer. HP, OKI,...

In my work I install the printers 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???