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
-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
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