Question How to implement a custom protocol?

vabatta

Member
Joined
Jan 15, 2012
Messages
9
Programming Experience
Beginner
Hi all,
I made an application that get a list from a server and install some information to the client local machine. Now, I want to create in the website the possibility to click a button that run the client on the local machine and pass the arguments.
How I can do this?
I looked in internet, and I tried a lot of different methods, but no one worked.

Thanks!

P.s.: My app is in the folder "C:\Test\test.exe", and the protocol "test://args1"
 
Back
Top