How do for example make it possible to pass an argument to the .exe file and read it in my XNA Game?
Examples:
Enable Editor:
game.exe -devmode
Set Resolution:
game.exe -width 1280 -height 720
and in the game check the arguments before starting the game. I searched for this earlier and thought about it again but found nothing about it.