Close
jGuru Forums
Posted By: Anonymous Posted On: Thursday, December 7, 2006 10:02 PM
is it possible to use Runtime.exec() to run MS-DOS commands with having MS-DOS shells popup each time?
Re: How can I use Runtime.exec() to run MS-DOS commands with having MS-DOS shells popup each time?
Posted By: Anonymous Posted On: Thursday, December 7, 2006 11:58 PM
Runtime.getRuntime().exec("cmd /C start cmd");