This folder contains programs that allow viewing and interaction with
processes and threads. A "process" is a an active program, i.e. one that 
has been started by a user, the system or another program. A "thread" is
an independent path of execution inside a process, and there can be many
threads per process.


The current tool set contains:

	Process_Tree - A program which views and interacts with the process tree

