Create .bat file

Hello everyone,

I’m trying to automate the launch of a UiPath script when I receive a specific email, so to do this I need to create a .bat file and launch it through an outlook rules!

for the .bat file I had this problem even though the path is correct!

can someone explain to me what the problem is?
file .bat :

Error :

Your help is appreciated !

@chiheb.zakkar

I guess you are trying to run a windows compatible process xaml …if so it cannot be run using xaml it has been stopeed…you need to create a package and then trigger the package which is .nupkg

Triggering .xaml file is only supported in windows-legacy projects

Also the syntax is uirobot.exe execute —file "locationtoxaml"

Please check for more syntaxes

https://docs.uipath.com/robot/standalone/2023.4/user-guide/command-line-interface#the-execute-command

Cheers

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