Apache Ant: How to execute batch file on windows remote system
I want to execute a batch file on remote system having windows os
Whats the easiest way to execute a batch on remote system using ant scripts
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try the sshexec task.
http://ant.apache.org/manual/Tasks/sshexec.html