Page 1 of 1

CommandLine "/help" not working

Posted: Fri Apr 10, 2015 2:52 pm
by Bat
I'm trying to get the help commands from the command by passing the argument "/help" and no help output is displayed. Instead, Ranorex runs normally with "/help" being passed as an args in code.

I've also tried running "/?" with the same results.


Any idea?

Re: CommandLine "/help" not working

Posted: Fri Apr 10, 2015 3:01 pm
by odklizec
Hi,

It works fine for me. Are you sure you pass the argument to compiled project exe (not RanorexStudio.exe)?

BTW, you can find all available command line arguments described in user guide...
http://www.ranorex.com/support/user-gui ... html#c4827

Re: CommandLine "/help" not working

Posted: Fri Apr 10, 2015 3:24 pm
by Bat
Pretty positive.
I'm in the bin/Release folder running the program like this "RanorexTest.exe /help"

I've just updated to the latest version too and it's still not working. :?

Re: CommandLine "/help" not working

Posted: Fri Apr 10, 2015 3:37 pm
by odklizec
Strange. It works for me both in Release and Debug...
RxHelp.png

Re: CommandLine "/help" not working

Posted: Fri Apr 10, 2015 3:41 pm
by Bat
Ah, I think I found the issue. It's called from TestSuiteRunner and not TestModuleRunner.