Posted August 6, 200619 yr Dim pp = InputBox("Enter the network path to the printer you want to install:", "Add Printer", "\\Server\PrinterName")If p <> "" Then Dim cmd cmd = "rundll32 printui,PrintUIEntry /in /n" & p WScript.CreateObject("WScript.Shell").Run cmdEnd If
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now