Is using command line arguments prevented for community edition?

Hi Team,

I know we can use command line arguments to pass arguments and retrieve value back using command prompt. Is this concept prevented in community edition? Please explain it was mentioned in the uipath that robot must run as service to make use of the command prompt.

Thanks,
Ula

Hi
Well UiPath supports command prompt
what issue you were facing buddy
here you go with a small example

Cheers @Boopathi

1 Like

I passed a value using command prompt but the in arguments was not taken in

“C:\Users\Administrator\AppData\Local\UiPath\app-19.6.0\UiRobot.exe” -file “C:\NokiaRPA\Main.xaml” -i {“in_filename”:“Startup.pdf”}

Fine
Try with this buddy
“C:\Users\Administrator\AppData\Local\UiPath\app-19.6.0\UiRobot.exe” /file: “C:\xampp\htdocs\athena\Nokia\NokiaRPA\Main.xaml” -i {“in_filename”:“Startup.pdf”}

Cheers @Boopathi

2 Likes

Hi @Palaniyappan

Thank you. It worked

Great
Cheers @Boopathi

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.