SyntaxFix
Write A Post
Hire A Developer
Questions
I achieved the same thing using a local web server and PHP. I used a script containing shell_exec to launch an application locally.
shell_exec
Alternatively, you could do something like this:
<a href="file://C:/Windows/notepad.exe">Notepad</a>