Re: How to detect (from the command line) if a service is available?

From: Allen M (allenmiyake_at_majaro.com)
Date: 01/25/05


Date: Tue, 25 Jan 2005 13:22:03 -0800

If you just type net start it will list all services running.

"Mbene Ovambo" <mbkenny@hotmail.com> wrote in message
news:ct6b0n$113$00$1@news.t-online.com...
>I want to check if a service (in this case: openssh) is available on the
>local computer.
> Normally I could start the service by typing
>
> net start openssh
>
> but this would start the service (if existing). Is there a way to find out
> if the service is available without starting it?
>
>
> Mbene
>