9. Get the list of the running processes

[<<<] [>>>]

This procedure gathers the information on the actually executiong processes and returns the information in an array.

nt::ListProcesses PS

The result is stored in the variable PS. This will be an array, with each element being also an array holding information for the process. The number of running processes can be determined using ubound(PS)+1.

The elements of the array is indexed from 0 to 8 contaiing the following elements:


[<<<] [>>>]