When i launch my robot by command line without launch studio.
This is my command line : “C:\Program Files (x86)\UiPath Studio\UiRobot.exe” /file:“O:\Projet IPA\ASTRO Formulaire\Main.xaml”
Maybe i miss an argument
You can stop it from Robot tray. In order for it to appear, use UiRobot.exe command without any parameters and then UiRobot.exe -file “%HOMEPATH%\Documents\UiPath\test_debugging\Main.xaml” to launch your process.
It’s work with my command but Robot windowsis not displayed if i don’t launch studio.exe
UiRobot.exe is in “C:\Program Files (x86)\UiPath Studio\UiRobot.exe””
Yes, in 2016.2 version, the Robot starts when you open Studio. But if you run the UiRobot.exe from command line(or from folder), the tray will be displayed(without Studio, just like in 2017.1 version).
The steps would be:
make sure the UiPath Robot service is started
run UiRobot.exe command - the Robot tray will appear(without Studio)
run your .xaml - the process will appear in Robot tray under Running tab and you can stop it from there