Not able to launch command prompt
Hi,
I'm trying to launch command prompt from java.
Runtime.getRuntime().exec( "cmd /C" );
The command prompt is not opening. Earlier I launched command prompt may times, but this time I'm missing some basic thing.
I'm running on Windows XP.
Thanks,
SD

