Page 1 of 1

Adding command line options to exe

Posted: Tue Mar 01, 2022 2:07 pm
by nwilco
Hi,

For my Run step I have this file path setup C:\Program Files\dododo\dododo.exe and I want to add a command line option at the end --SkipUpdateCheck

How do I do this in Ranorex, I've tried
  • Updating the file path to "C:\Program Files\dododo\dododo.exe" --SkipUpdateCheck
  • Adding --SkipUpdateCheck to the Arguments property
  • Adding --SkipUpdateCheck to the Run Flag property
But can't get it working.

Thanks for any help

Re: Adding command line options to exe

Posted: Tue Mar 01, 2022 2:29 pm
by nwilco
I managed to get it working. I was adding the paramater into the properties box on the right hand side. But I needed to add it into the arguments box on the actual run step by the looks of it.