Languages ASP / VbScript Macros  

Search Network Print Servers for printers, then maps them (very cool utility)

download download  
important code information
author:
Jason Conner
minimum requirements:
Search Network Print Servers for printers, then maps them (very cool utility) description

I wrote this code to take a HUGE burdeon off our chest by just requiring the user to type the name of the printer in and letting the program search all the print servers. Once it has been found, it will ask the user if they want to first install the printer THEN it will ask them if they want to make it their default printer. They can install more than one printer (the program loops back and asks them if they want to install another one).


Our building has about 5 or so print servers with about 45-50 printers on each server.

I wrote this code to take a HUGE burdeon off our chest by just requiring the user to type
the name of the printer in and letting the program search all the print servers. Once
it has been found, it will ask the user if they want to first install the printer THEN it
will ask them if they want to make it their default printer. They can install more than
one printer (the program loops back and asks them if they want to install another one).

Hope this works for you.

oh.. I cant get the command:

set output = shell.exec("net view \\" & PrinterSpec)

from displaying a quick DOS window to appear and disappear.


File List:
@PSC_ReadMe_9299_4.txt1Kb
Map a Printer.vbs5Kb
PrintServers.ini173b
Readme.txt1Kb

User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 54
version
size in Kb 3
popularity   492/5827733
user rating 0/10
ad


New Code
Popular Code