Re: running a script from a script ?
Re: running a script from a script ?
- Subject: Re: running a script from a script ?
- From: Timothy Bates <email@hidden>
- Date: Tue, 31 Jul 2001 12:04:41 +1000
On 31/7/01 6:50 AM, "Bill Christens-Barry" <email@hidden> wrote:
>
I do a lot of work in Object-Image, which is the best quantitative
>
image processing tool available for the Macintosh (and it is freely
>
available at http://simon.bio.uva.nl/object-image.html ).
>
it supports a begin script/end script break out code to execute AppleScript.
>
Q: How do I call a script from this type of access?
You would need to save your script then run it.
For example, If I had a file called "test" which consisted of the line
display dialog "hello"
then this should cause the dialog to appear
begin script
run script alias "Macintosh HD:Desktop Folder:test"
end script
Dr Timothy Bates <
mailto:email@hidden>
Macquarie Centre for Cognitive Science (MACCS)
Macquarie University
Ph 61 (2) 9850 8623
Fx 61 (2) 9850 6059