Jump to content

Recommended Posts

Posted

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.


Posted

luckySe7en,

you can use printUI.dll

it even has a good help :

rundll32 printui.dll PrintUIEntry /?

put it in a batchfile and link that from the HTML (HTA) document

to get rid of the open application warning in the webpage make it an HTA

e.g. (/IN means "Install Networkprinter")

echo Installing Network Printer %1

rundll32 printui.dll PrintUIEntry /in /n%1

greetings /\/\o\/\/

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...