> Klaus M. wrote:
> yes, success, at least partly, now I get a SHELL error -> ... access denied
> Although I "chmod"ded that file to "777" (via the INFO window on my Mac), so
> everyone should be able to access it, before I put it into a custom property
> of my stack. What can I do to make it run? Anything I am overseeing?
This works for me:
set the myp of this stack to compress(url ("binfile:"<the compiled shellfile>))
Then
put the temporaryfolder & "/"& <mypName> into f1
replace "//" with "/"in f1 -- avoid platform bugs
put decompress(the myp of this stack) into url ("binfile:"&f1)
put shell("chmod 777 "&f1) into nirwana
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode