> 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: [email protected] For additional commands, e-mail: [email protected]
