Hello.
I am a software developer. And I have coded a new program.
I like a feature in mirc. There are a lot of programs that uses this feature. So what is that?

When you type this to any web browser (like IE or FF), Mirc program starts and connects the server that given in the url :
[url=irc://irc.dalnet.com/#chan][url=irc://irc.dalnet.com/#chan][url=irc://irc.dalnet.com/#chan]irc://irc.dalnet.com/#chan[/url][/url][/url]
So, I want to get some parameters from a link and then to start my program, if the user installed my program. Forexample :
[url=myTest://Michael/Jordan][url=myTest://Michael/Jordan][url=myTest://Michael/Jordan]myTest://Michael/Jordan[/url][/url][/url]
first data: Michael
second data: Jordan
so when I start my program like this :
C:\test.exe -name [xxx] -surname [xxx]
It will look like :
C:\test.exe -name Michael -surname Jordan
So thats the problem. How can I make browser to understand "myTest://" URL syntax? Is it about registry (regedit) ?
Thanks for help and I am very sorry about my poor english.
BYE
