Re: Setting permission from an applescript
Re: Setting permission from an applescript
- Subject: Re: Setting permission from an applescript
- From: Tim Mansour <email@hidden>
- Date: Fri, 15 Apr 2005 16:12:20 +1000
I want to install this script from a FileMaker database. I can easily
store
the compiled Applescript in a FM7 Container field. But when I export
the
app to the PDF Services folder it no longer works. I have to open it
in
ScriptEditor and re-save it as a compiled App.
Another approach, Todd:
1. store the *text* of the script in a FM text field
2. use "Export Field Contents" to save the field contents to a file
(eg, "myscript")
3. to turn it into an applet, use:
do shell script "osacompile -o /path/to/myscript.app path/to/myscript"
--
Tim Mansour <email@hidden>
Mobile 0405 500 846
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden