On 1/25/07, Jonathan Johnson <[EMAIL PROTECTED]> wrote:
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.
I assume you mean I should try executing your suggested command from RB. I just did that. The command I fed the Shell.Execute method is: bash -c "cp -R /Users/dennis/Desktop/Help\ Folder/images /Users/dennis/Desktop/Power\342\204\242/contents" and the result was the same. _______________________________________________ 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>
