| Author |
Using a command line from within a java program
|
Eibhlin Reid
Greenhorn
Joined: Nov 04, 2004
Posts: 28
|
|
Hi, Is it possible to use a command line from inside a java program for example, would it be possible to write a method to call regsvr32 [some .dll name]?? If it is possible any ideas how? And if not are there any possible alternatives?
|
 |
Lionel Badiou
Ranch Hand
Joined: Jan 06, 2005
Posts: 140
|
|
Hello, Did you check out the Runtime.exec() methods ? Hope that helps,
|
Lionel Badiou
CodeFutures Software
|
 |
 |
|
|
subject: Using a command line from within a java program
|
|
|