bvsunil
October 18th, 1999, 03:05 PM
Like we use the ps command in UNIX to find out the PID,the PPID etc of a particular process, and then use that information to kill the process(if necessary), is there a way this could be achieved in Windows. How would i find out the PID and PPID of a particular running application on windows. And how can i find out the exact memory locations occupied by this process. And when i kill the process does the memory occupied by the process gets freed up automatically?