If you give command line options in the Option Window, then, on Windows at least, then the usual passing of the program full path and name isn't done.
Ie, normally you would normally get :
test.exe a b
However, with the Command Line option, you would get :
a b
I remember that I've fixed something here to make it the same for all platforms now. I'll keep it the way it is now. Is that OK?
That'll be fine