luckyse7en Posted May 18, 2004 Posted May 18, 2004 Is there a way to map an network printer by clicking on a webpage link? I understand that IPP (Internet Printing Protocol) will accomplish this, however I would like to be able to do this without installing IIS on my print server. Can I somehow click on a hyperlink and map a printer? I have tried to place a link directly to the "\\printserver\printername" without any success. It gives me a webpage cannot be displayed message. Thank you in advance for any info provided.
/\/\o\/\/ Posted May 18, 2004 Posted May 18, 2004 luckySe7en,you can use printUI.dllit even has a good help :rundll32 printui.dll PrintUIEntry /?put it in a batchfile and link that from the HTML (HTA) documentto get rid of the open application warning in the webpage make it an HTAe.g. (/IN means "Install Networkprinter")echo Installing Network Printer %1rundll32 printui.dll PrintUIEntry /in /n%1greetings /\/\o\/\/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now