Hi All,
I have an windows application, which has a .bat file instead of an .exe, for it to be launched.
I am stuck here, as I cannot use application modeller to launch a .bat file and then spy the application.
I need some expert advice.
The requi...
Hi,
I am not able to SPY anything on an Angular JS page using any of the available modes.
I would like to read data from the grid and work on each of the available rows in the grid.
The Grid contains a list of tasks which needs to be acted upon.
Thanks for your response, yes I can launch the application from the command prompt.
Yes this is a java application.
The bat file is a simple file
eg -
start javaw -cp /lib/app1.jar:lib/app2.jar:lib/app3.jar
I tried using start process, but it does not work.
I passed the ""cmd.exe"" and the path to the .bat file, the cmd prompt is launched but after that nothing happens.
I am doing anything wrong here.