Ranorex Studio, Spy, Recorder, and Driver.
-
nwilco
- Posts: 3
- Joined: Mon Nov 29, 2021 2:27 pm
Post
by nwilco » Tue Mar 01, 2022 2:07 pm
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
-
nwilco
- Posts: 3
- Joined: Mon Nov 29, 2021 2:27 pm
Post
by nwilco » Tue Mar 01, 2022 2:29 pm
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.