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:
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: