cancel
Showing results for 
Search instead for 
Did you mean: 

RUN .JAR FIle via CMD

AbhinandanDhawa
Level 2
I would like to run cmd file first then pass few line to run.jar, Any suggestion what's best approach to do . Code stage or application modeler, IF code stage does blueprism have inbuilt function ??

Thanks

------------------------------
Abhinandan Dhawan
Integration Programmer
University Hospital Birmingham
Europe/London
------------------------------
1 BEST ANSWER

Helpful Answers

steven.boggs
Staff
Staff
Hi Abhinandan,

Please see this Knowledge Base article, "How do I trigger a .jar file in Blue Prism?" for our guidance on this subject.

If this approach wouldn't work for your requirements here, you can refer to this KB, "How do I run something from a command line in Blue Prism?" to use the 'Start Process' (or 'Run Process Until Ended') action of the 'Utility - Environment' VBO, and place the command(s) to be run in a batch file, or attach to a running instance of cmd.exe and use Global Send Keys functions.

------------------------------
Steve Boggs
Senior Software Support Engineer
Blue Prism
Austin, TX
------------------------------

View answer in original post

2 REPLIES 2

steven.boggs
Staff
Staff
Hi Abhinandan,

Please see this Knowledge Base article, "How do I trigger a .jar file in Blue Prism?" for our guidance on this subject.

If this approach wouldn't work for your requirements here, you can refer to this KB, "How do I run something from a command line in Blue Prism?" to use the 'Start Process' (or 'Run Process Until Ended') action of the 'Utility - Environment' VBO, and place the command(s) to be run in a batch file, or attach to a running instance of cmd.exe and use Global Send Keys functions.

------------------------------
Steve Boggs
Senior Software Support Engineer
Blue Prism
Austin, TX
------------------------------

thanks.

------------------------------
Abhinandan Dhawan
Integration Programmer
NHS
Europe/London
------------------------------