I want to run a batch file on a remote computer using ANT. The purpose of this is to solve many problems after its completion. Some of them
- we can redirect the server (Jboss, weblogic, Tomcat, etc.)
- we can run ant script on a remote computer
... etc. With all the commands present in the batch file of the remote machine, this can be done easily.
Is there any way to achieve this, please and kindly, if someone knows, give an answer with an example code
I hope the answer to this question can be useful for many people.
Thanks in advance StackOverflow
source
share