load edxloader with parameters, possible?

09/21/2011 02:11 sercankd#1
i am trying to make a simple server launcher, what i am trying to do
run a sroproxy inside launcher ok
run edxloaderlite5 inside launcher failed

i am still trying to figure out how to run this loader inside my program with parameters, i mean like
Process.Start("edxloader.exe", "-srodir D:\Silkroad\sro_client.exe -ws 127.0.0.1 -wp 15778 -ls 127.0.0.1 -lp 15778")
or is there any other easy way to do this
i guess this is possible with command line programs only

sorry i m not skilled much with desktop programming :rolleyes:
09/21/2011 14:03 Nezekan#2
edxloader is open source
09/21/2011 15:48 bootdisk#3
OT: lol I was lost because I starting doubting if those were or not parameters, but no.

If you want to go this way, your project will end as a little Frankenstein.
Look, the best way to do that is to write your own loader.

Sides, as a user I don't like an app that launches 3000 more apps just to get in game (I bet the memory overhead of having those apps launched will be huge). Just think as a user: would you run that kind of tool?

But!

By using a copy of VC++ Professional and edxSilkroadLoader, you could modify it directly to be your launcher, instead of creating subprocesses. And it would be great if you could give credits to him if you do that.

More or less what Nezekan said.
09/25/2011 01:26 sarkoplata#4
Just add parameters to opensource edxloader.
Btw, you should understand some c++.
09/25/2011 15:35 sercankd#5
thats the problem oi :D