Share this page 

Check if a service is runningTag(s): WSH VBScript


' W2K
Set sh = CreateObject("Shell.Application") 
MsgBox sh.IsServiceRunning("Alerter")