> New iMac with clean install of El Capitan
>
> But from inside my app
>
> Put  "/Volumes/Chola1/WWW/public_html” into pPath
> put ("open " & quote & pPath & quote) into tShell
> get shell (tShell)
>
> The result is “1”
>
> Any clues?
>
>
​Hi,

What happens when you do this:

  put shell("open -h")

should return the help summary.
If not, then you have a PATH problem.

Regards,

Thierry
​

------------------------------------------------
Thierry Douez - http://sunny-tdz.com
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to