I know is not such a big thing but it's something to start with .
The purpose of "Raiderz Launcher.exe" is just to get your username and then call to "Raiderz.exe", that's made with WinExec API.
As you can see, there's a string format "Raiderz.exe login %s", where s is the username entered and that's sent to WinExec API.
And "login %s" are the command line parameters.
Steps:
1º Right click in Raiderz.exe > Create Shorcut.
2º Right click in the shorcut created > Properties.
3º In the target box add the parameters. So if target
was "C:\MAIET\Raiderz\Raiderz.exe" and my username is LOL it should be "C:\MAIET\Raiderz\Raiderz.exe login LOL".
4º You can now run the game using the shorcut .
The purpose of "Raiderz Launcher.exe" is just to get your username and then call to "Raiderz.exe", that's made with WinExec API.
As you can see, there's a string format "Raiderz.exe login %s", where s is the username entered and that's sent to WinExec API.
And "login %s" are the command line parameters.
Steps:
1º Right click in Raiderz.exe > Create Shorcut.
2º Right click in the shorcut created > Properties.
3º In the target box add the parameters. So if target
was "C:\MAIET\Raiderz\Raiderz.exe" and my username is LOL it should be "C:\MAIET\Raiderz\Raiderz.exe login LOL".
4º You can now run the game using the shorcut .