Hello.
I am using the same thing that he wanted in this topic:
https://forums.mirc.com/ubbthreads.php?ubb=showflat&Number=200651&page=1#Post200651But there is a problem. I did my command like this:
[url=hello://world][url=hello://world][url=hello://world]hello://world[/url][/url][/url]
And I successfuly started my program (e.g test.exe)
But my program gets all of the line as a parameter. I just want
world part of the command. But it sends me all of the line ;
[url=hello://world][url=hello://world][url=hello://world]hello://world[/url][/url][/url]Can't I get just the first, second etc. param.? Like:
if the address: [url=hello://one/two/three][url=hello://one/two/three][url=hello://one/two/three]hello://one/two/three[/url][/url][/url]
I want to take :
param1=one
param2=two
param3=three
not the other parts of the address.
Can you help me?