> -                        cmd = "text " + cmd.substring(0, secondcomma) + " " + 
> ((String) cmd).substring( secondcomma + 1).replace( '\'', '"');
Isn't it possible to use the args of the exec class so we don't need to escape?


Reply via email to