I am using this tasks to start/stop windows services. Is there any way I can able to START/STOP services on other server.
<exec executable="net"> <arg value="stop"/> <arg value="World Wide Web Publishing Service"/> </exec> <exec executable="net"> <arg value="stop"/> <arg value="IIS Admin Service"/> </exec> Vijay --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]