Forum Discussion

edrider's avatar
edrider
New Contributor
15 years ago

check if process is running script

Hello, I have a problem with the following vb script. If (Sys.Process("x").Exists) Then        do A   ElseIf (Not Sys.Process("x").Exists) Then        do B   Else        do C ...