How to open an external file out of an HTA



Hi everybody,

I have an HTA wich queries printer informations from the active
directory.
The output is also in the HTA.
By clicking the printer name, the property window of the printer
should open.
The command is "rundll32 printui.dll,PrintUIEntry /p /n \\server
\printer"

How can I put this command in a href?

I tryed
strHTML & "<td><a href='file://rundll32 printui.dll,PrintUIEntry /p /n
\\" & sn & "\" & pn & "'>"& pn & "</td>"

Thanks

Regards Jan
.