HTML hyperlink to call exe with parameters
问题 -Hello, looking for some help. We currently have a winform app used to do approvals in our company. The app sends html emails to the "approvers" who read the relevant info in the email and click on a hyperlink which launches the app so they can do their approval. Currently this is done by including the following in the email html: <a href=file:///C:\Temp\test.exe>Click to Approve</a> This correctly launches the app, after a couple of security warnings which we are OK with. We use Outlook 2010