Hi, how do i use windows scheduler to trigger the bot?
I keep getting this line “You can only run .NET6 .nupkg files or published process from the UiRobot command line.”
please help. thanks.
Hi, how do i use windows scheduler to trigger the bot?
I keep getting this line “You can only run .NET6 .nupkg files or published process from the UiRobot command line.”
please help. thanks.
Hi,
Can you try to use --process option or --file xx.nupkg because UiRobot.exe doesn’t support --file xxx.xaml or xxx.json for Windows project.
https://docs.uipath.com/robot/standalone/2023.4/user-guide/command-line-interface
Regards,
Hi @Joanna2
If you only have a .xaml file, you need to first package it into a .nupkg file before using the UiRobot command line to run it. You can follow these steps:
C:\Users\ytcheng\AppData\Local\Programs\UiPath\Studio\UiRobot.exe execute --file "C:\Path\To\Your\Package.1.0.0.nupkg"
Replace “C:\Path\To\Your\Package.1.0.0.nupkg” in the command with the actual path to your .nupkg file.
Hope it helps!!