Launch .Bat file from Blue Prism

balbir

New Member
I am having similar issue as above. Please advise.
Update :mine issue was that the bp try to run app under its own directory but the files required to run the application were at the original location of application. So i tweaked the bat file by adding a cd command so when i application run, it goes to original location where all supporting files are present.
 

KRVM

New Member
Hi Guys,

It's finally working and what I did is:
1. Create a Batch file which will contain --> attrib +r "[Filepath]". See below sample.
attrib +r "E:\RobotTemp\readonlyfile.xlsx"

2. Using the Start Process Action, input the filepath of the Batch file to "Application" Input Parameter. See attached

Hope this helps.
 

Attachments

  • Readonly.PNG
    13.2 KB · Views: 79
Top