Quote:
> Does anybody know how to get a list of the current processes running
on
> a machine?
> I'm also looking for some type of call that will return the amount of
free
> memory on the machine. Thanks.
On Win95, see TOOLHELP32 in docs. On NT, see PERFMON sample.