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