> Fine. Just one thing. Can I use apache as a service but run a script on a 
> computer startup that disables it, and
> then run a start/stop it again later?

You could write a script that uses the windows commands 'net start
<ServiceName>" and "net stop <ServiceName"
as an administrator to script starting and stopping the service.  Be
aware, if there happens to be a space in the service name it must be
surrounded with quotes.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to