I want to start processing using arguments

Start with batch processing. Then, using arguments is setting file path.
But Under Command is wrong. Please teach me Right Command!!

“C:\Program Files (x86)\UiPath Platform\UiRobot.exe” /file:“C:\UiPath Work\test\Main.xaml” /input:“{‘arg1’:‘C:\UiPath Work\test2’\Main.xaml}”

First Invoked file path is =>“C:\UiPath Work\test\Main.xaml”
Sequence

And Next Invoked file path is =>“C:\UiPath Work\test2\Main.xaml”
Main

スクリーンショット (18)

reference:Arguments Description

Hi xxx_oioi

バックスラッシュの代わりにスラッシュを使ってみてください。
Use slash instead of back slash.
Like this
“C:\Program Files (x86)\UiPath Platform\UiRobot.exe” /file:“C:\UiPath Work\test\Main.xaml” /input:“{‘arg1’:‘C:/UiPath Work/test2/Main.xaml’}”

Escaping slash with backslash like \/ also works, but \\ did not work.

1 Like