简体   繁体   中英

Apache Ant: How to execute batch file on windows remote system

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

You could try the sshexec task.

http://ant.apache.org/manual/Tasks/sshexec.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM