How would you expand on this to find the total number of matching processes, and possibly for process to be wildcard matachable. I have no com call experience with mirc at all.
$proguptime(process [,N])
If N is 0 it could return the total number of matching processes. And if possible where process can include wildcards. ie $proguptime(pr?c*s.exe,1) will return the uptime for the first matching process, $proguptime(pr?c*s.exe,0) will return total number of matching processes. This way you could loop through the matches in cases where there are multiple sessions of a program running.
Last edited by Om3n; 14/09/05 04:00 AM.