Getting Processes on Windows.
Hey is there any way to get all the processes (ID's & Exe Names) that are running on a Windows System. So far i had only found ways to get information on JAVA Started Processes using the runtime class.
I have found a way to get processes running on UNIX/Linux via the 'ps' command but i want to port the program to windows.
Thanks for the help.
"Core"
CoreStudios.

