How can we shell a program ?
Printable View
How can we shell a program ?
What do you mean create like a Bourne or a Korn shell in like Unix has? I guess create some classes that process some predifined commands. :confused: :p
Is that what you want?Code:Runtime.getRuntime().exec("notepad.exe")
:)