On Jan 25, 2007, at 5:05 PM, Dennis Birch wrote:

I dragged both folders to Terminal to replicate the command I was
attempting to execute in RB. Here's what the Terminal window shows:

cp -R /Users/dennis/Desktop/Help\ Folder/images/
/Users/dennis/Desktop/Power\342\204\242/contents/

It executes successfully from Terminal (i.e. the contents are copied).

So it appears to not be a ShellPath issue so much as a Shell issue. Try executing this:

bash -c "cp -R ..."

If this is indeed the case, please file a bug report/feature request (whichever you feel is more applicable). ShellPath and Shell should be compatible, and it appears that 'sh', which we use to execute commands by default, doesn't support that style of escaping.

Thanks,
Jon


--
Jonathan Johnson
[EMAIL PROTECTED]
REAL Software, Inc.

REAL World 2007 Conference
May 9 - 11 in Austin, Texas
<http://www.realsoftware.com/realworld>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to