How do I make a hyperlink to a local executable?

后端 未结 4 1318
忘了有多久
忘了有多久 2020-12-10 15:24

We have an Intranet website, and a WPF windows executable installed on every workstation.

  1. How can we create a hyperlink on the intranet website that will launc
4条回答
  •  既然无缘
    2020-12-10 16:11

    If you know the path for the file and it's the same on every machine, you can link to the local path:

    Click Here
    

    We did this at a previous company on our intranet. Worked, no problem.

提交回复
热议问题