Hi All,
We are working on Pro C Application using Blue Prism
There are some challenges involved,
1. Launch - We have to launch Application using .Bat file. We were trying with Start Process Action (Utility - Environment VBO). But, we could not launch the application as expected.
File path : "C:\Program Files (x86)\ApplName\xxxxx.bat"
Please find input arguments for Start Process Action Object
Application : "cmd.exe"
Arguemnets : "/c C:\Program Files (x86)\ApplName\xxxxx.bat"
Nothing happened while tried this. Same way we tried to launch some notepad in same location and launch successfully. We used below input arguements.
Application : "cmd.exe"
Arguemnets : "/c C:\Program Files (x86)\ApplName\Test.txt"
2. After Login Pro C Application - We have to pass some input values to the Pro C Application based on X,Y co-ordiantes and input will be keystrokes(Albhbets,Numbers,{Enter},{F1},etc...).
We using Mainframe Automation in Application Modeller
Type of Application - Micro Focus Reflection 9.x and earlier(COM API)
We created the session file for Pro C application and Mapped to the Application Modeller.
Since its .r2w extension we are using Mainframe Automation.
We can pass the value using Write object and not able to Send {Enter} via Send Keys or Send Keys Events. We cant read values as well.
Could you please guide me on this.
Thanks,