Re: Invoking remote batch file using ANT

2009-01-15 Thread Rohit P
Hi Steve, Can you point me to any examples of SSHExec and telnet? Thanks a ton. On Mon, Jan 5, 2009 at 7:45 PM, Steve Loughran wrote: > Rohit P wrote: > >> Hi, >> I have to write a build script that will invoke a batch file on remote m/c >> > > if it runs SSH, you can in. If it is just a windo

Re: Invoking remote batch file using ANT

2009-01-05 Thread Steve Loughran
Rohit P wrote: Hi, I have to write a build script that will invoke a batch file on remote m/c if it runs SSH, you can in. If it is just a windows box, install telnet service and run . -- Steve Loughran http://www.1060.org/blogxter/publish/5 Author: Ant in Action ht

Invoking remote batch file using ANT

2009-01-05 Thread Rohit P
Hi, I have to write a build script that will invoke a batch file on remote m/c [i have mapped using network drives on local m/c to one of the drives of remote machine]. This batch file uses resources on remote m/c and generates an executable file. I have to then copy that executable for local m/c.