Hi from Germany!

I need to know the command in Java for showing the processes which are running under WindowsNT (in UNIX it is `ps -e -f`).

Process p = Runtime.getRuntime().exec("????????????????????");

It is really urgent ´cause I need it for my exams! I´d be very glad if somebody could help me soon!

Jessie