Bill Gladen wrote:

> That's what I would suggest.  You may have to doctor it a bit as well;
> for instance:
> 
> rt.exec( new String[]{ "webcopy", "\"f1.html f2.html\"" } );
> 
> (notice the escaped double quotes surrounding the second string).
> 
> Note that the docs say that exec( String ) uses a StringTokenizer to
> break things up into tokens, and recall that StringTokenizer just uses
> a non-context-sensitive search for token delimiters (whitespace). 
> That's why the other one wasn't working.


Thank you for the insight, that fixed my problem.
-- 
Perry Hoekstra
E-Commerce Architect
Talent Software Services
perry.hoekstra at talentemail.com