RE: Ant to start and stop Windows service

2008-01-09 Thread Alec Fernandez
service -Original Message- From: hezjing [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 11:07 AM To: ant-users Subject: Ant to start and stop Windows service Hi In Windows

RE: Ant to start and stop Windows service

2008-01-09 Thread Burgess, Benjamin
-Original Message- From: hezjing [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 11:07 AM To: ant-users Subject: Ant to start and stop Windows service Hi In Windows command

Ant to start and stop Windows service

2008-01-09 Thread hezjing
Hi In Windows command window, I used the following command to start and stop MySQL service > net start mysql The MySQL service was started successfully. > net stop mysql The MySQL service is stopping. The MySQL service was stopped successfully. May I know how to configure Ant to execute a comm