How to pass multiple arguments from command prompt

It worked if we pass parameters as below
“C:\Program Files (x86)\UiPath Studio\UiRobot.exe” /file:“C:\Users\User1\Documents\UiPath\StartFromCmd\Main.xaml” /input:“{‘arg1’:‘hello’, ‘arg2’:‘World’}”

1 Like