How does one find out if a Windows service is installed using (preferably) only batch?

Viewed 44749

I need to check if a Windows service is installed from a batch file. I can dip into something other than batch if I need to, but I would prefer not to. Is there any way to do this?

5 Answers
Related