DevaV
14 years agoContributor
Find all children
Hi,
I want to find all children of system by its process name, but when i use Find all children it returns nothing. The code is as follows.
I want to know how many instance of same process is running, for eg: If i open more than one iexplore and if I want to know how many iexplore I've opened how can i get that no of process.
Kindly provide some solution for this problem.
I want to find all children of system by its process name, but when i use Find all children it returns nothing. The code is as follows.
var children = Sys.FindAllChildren("ProcessName","IEXPLORE",1)
Log.Message(children.Length)
I want to know how many instance of same process is running, for eg: If i open more than one iexplore and if I want to know how many iexplore I've opened how can i get that no of process.
Kindly provide some solution for this problem.