NIM Posted August 6, 2006 Posted August 6, 2006 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.