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.

[404 byte] By [CoreStudiosa] at [2007-10-2 6:39:33]
# 1
Windows has tasklist.exe that is like ps; there are many other bridges that have been created to do this, serch the net.
ChuckBinga at 2007-7-16 13:47:43 > top of Java-index,Java Essentials,Java Programming...
# 2
If Windoze operating system does not have ps equivalent command, write it using C languageand execute it from within your Java application.
hiwaa at 2007-7-16 13:47:43 > top of Java-index,Java Essentials,Java Programming...