mIRC Home    About    Download    Register    News    Help

Print Thread
#200651 09/06/08 06:18 AM
L
lokalhost
lokalhost
L
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? smile

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 smile

Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641

L
lokalhost
lokalhost
L
Originally Posted By: argv0


Thank you very much!


Link Copied to Clipboard