Posted By:
David_Hardoon
Posted On:
Wednesday, February 26, 2003 04:23 AM
A pretty strage forward question, I would like to be able to execute
a command line prompt from java if possible. I tried using the
Runtime.getRuntime().exec("echo hello"); - though sadly when I run
the application it did not produce a 'hello' on the prompt.
Another thing is if I have an (for say script) which produces a list
of words, after executing it trough java can I 'grab' the words
thrown out of the script?
Thanks in advance
David.