Re: ANT EXECUTE TASK

2005-12-14 Thread Steve Loughran
Shinde, Vijay wrote: I was trying following command sshexec host="servername" username="antuser" password="Password1" command="NET STOP IIS Admin Service" /> It Is throwing connection refused error. better run SSH then, hadnt you? Connection refused means there is

RE: ANT EXECUTE TASK

2005-12-13 Thread Shinde, Vijay
I was trying following command sshexec host="servername" username="antuser" password="Password1" command="NET STOP IIS Admin Service" /> It Is throwing connection refused error. Thanx & Regards, Vijay Shinde,PMP eHARS Application Architect/Application Development Lead, CI

Re: ANT EXECUTE TASK

2005-12-13 Thread Ninju Bohra
Hello, This is more of an question related to Microsoft Admin tools, not ANT build tool !!! But, since I work with Windows Boxes I might be able to help you. Take a look at the sc.exe executable for starting/stopping/managing Windows Services (local and remote) later, Ninju - Original