Function to start RagII.exe

Junior Spellweaver
Joined
Oct 13, 2007
Messages
110
Reaction score
0
Hi, I need change function of "play.bat" to start RagII.exe ("System\RagII.exe" ServerIP=127.0.0.1 ServerPort=65000" TO language VB or Delphi. It's possible? Thanks :P, sorry my bad english.
 
What i did in my launcher was using a button that launches the .bat file (because you never know where the client is located, it will be hard to set your application to run for example "C:\ROII\System\RagII.exe" with the given parameters) So you would still need to set your RagII.exe location.

Instead of giving the RagII.exe's location, my launcher asks for the .bat file's location, then runs the .bat file by clicking the button to launch that specific server .bat file on the Main menu.

If you need a bit of the source i could release parts of the source code so you can look at how i've done it.
 
Back