Forum Discussion

edrider's avatar
edrider
New Contributor
16 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 ...