I want to execute a command which is based on Jar file as below.
java -jar d:\tabula-1.0.1-jar-with-dependencies.jar -p all -g -l -o D:\bank.csv d:\bank.pdf
Above line is entire one statement if I run it as is in cmd prompt it runs fine. How do I run this via UiPath?
Thanks
Manoj