On Aug 3, 2010, at 5:21 PM, Deep wrote: > > Hi Brian, > > The CF version of "Open Unix" command? > Was that the launch eMail via > AppleScript example ….? yes, it created a unix pipe ( which is what open ‘unix’ does ). See “LaunchMailPressSendII” in Examples/Applescript. All you need are: fn PipeOpen fn CreateCFStringResult Call PipeOpen and then call fn CreateCFStringResult to get the string result ( don’t forget to release the object ). I’ll send my include backchannel. Brian S