Implementation to call the CMD Shell present on Windows NT, 2000 and XP
134135136137138139140141142143144
{ setShell( new CommandShell() ); } else { setShell( new CmdShell() ); } } else { setShell( new BourneShell() );
135136137138139140141142143144145