Re: Run an AppleScript from within an AppleScript
Re: Run an AppleScript from within an AppleScript
- Subject: Re: Run an AppleScript from within an AppleScript
- From: has <email@hidden>
- Date: Fri, 6 Dec 2002 11:41:48 +0000
Paul Berkowitz wrote:
> Using Standard Additions:
[snip load script/run script]
As you'll have seen by now, The Other Rob later said that he didn't want to
wait until the second script had finished before continuing with the first
script.
Yeah. My post seems to have landed out-of-sync, probably cos I'm on
digest. Didn't get Rob's followup till later.
This method makes you wait6 - I don't think there's any way of
avoiding that, is there?
Not unless AppleScript grows threads. Till then, it's as you
describe: run the second script as a separate process, and don't wait
for a return value.
has
--
--
http://www.barple.pwp.blueyonder.co.uk -- The Little Page of AppleScripts
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.