PDA

Click to See Complete Forum and Search --> : Shell something in Java


DaoK
Jan 11th, 2002, 12:28 PM
How can we shell a program ?

Dillinger4
Jan 11th, 2002, 11:26 PM
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

crptcblade
Jan 12th, 2002, 09:59 AM
Runtime.getRuntime().exec("notepad.exe")


Is that what you want?

:)