> From: Robert Mark Bram [mailto:[EMAIL PROTECTED]
> 
> I am trying to write an Ant task capable of opening a new command window..
>        Runtime.getRuntime( ) .exec ( new String [] {"start", "cmd"});

Check out the FAQ... You don't need a task for that, just <exec>.

Runtime.exec needs an executable (cmd.exe).
Start is a command of that executable. --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to