Re: console parsing




"ender" <astrothayne@xxxxxxxxx> wrote in message
news:1180642410.958975.227090@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
How can I parse the output of another program running using
System.exec()?

There is no such method.

alternativly how can i cummincate with the os with java as if i were
using a command prompt?


See http://java.sun.com/javase/6/docs/api/java/lang/Process.html

- Oliver


.