Run UiPath sequences from c# code without running command line using UiRobot.exe

HI

I have a c# project (Console application) and I need to run UiPath sequences that I created using UiPath Studio from c# code without ruining command line (Using UiRobot.exe).
Can you please assist?

Best Regards,
Nadeem Bader

Hi

I think it is possible to run only through command line with UiPath.exe in C# code
You can call the main xaml in that

Cheers @nadeem.bader

Hi

Thank you for your reply.
You mean “UiRobot.exe” and not “UiPath.exe”. right?
In case I have many sequences to run separately, is that a good idea to run all of them using command line from c#?

Best Regards,
Nadeem Bader

1 Like

Exactly

And it depends on your scenario
But still
yeah that should be fine

Cheers @nadeem.bader