We are currently running automation on various machines. We have created a Web page which provides a Run button which is used to trigger Automation runs on the machines. The web page is hosted on a Tomcat server machine. On clicking the Run button a '.bat' file should be triggered on the Server machine which in turn will trigger a '.bat' file on the client machine and run the Automation Tests.
I have tried using Window.open('Run.Bat'); (the Run.bat file is inside the webapps folder) It is able to access the bat file but it opens it in a webpage and displays the command inside the .bat file. I want the .bat file to run on the server machine and not open in an html page