When running xaml from command line, is there a sequence to be used with command line arguments?

When running xaml from command line, if I use the /monitored argument before /input, it throws an error. But if I use if after input, it works fine.
Is there a sequence to be used with command line arguments?

1 Like

Yes. You can check the exact format by executing UiRobot.exe --help in command line.
If you are using UiPath 2016.2, then this works only on the latest beta version.
If you are using UiPath 2016.1, then you need to execute UiRobot.exe /help instead.