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.
Java CodeBank Entries >> Parsing URL's| Collections/ShuffleElements | Threads isAlive() | Daemon Threads |Remote Class Loading | Sorted Keys (Map) | Backwards List | Thread States | Collections/Arrays Generics | Regular Expression(Grouping and Capturing) | Properties | JLabel/JTextField Combo | Reading Request Parameter Values | Host Lookup | Setting the size of a JFrames inner-region | GUI Native L&F
Code: Runtime.getRuntime().exec("notepad.exe") Is that what you want?
Runtime.getRuntime().exec("notepad.exe")
Laugh, and the world laughs with you. Cry, and you just water down your vodka. Take credit, not responsibility
Forum Rules