Re: applescript-users digest, Vol 2 #369 - 15 msgs
Re: applescript-users digest, Vol 2 #369 - 15 msgs
- Subject: Re: applescript-users digest, Vol 2 #369 - 15 msgs
- From: Daniel Robinson <email@hidden>
- Date: Wed, 14 Feb 2001 19:36:56 -0500
Bill wrote:
>
Bizzare.
>
>
I don't know if you have determined or not, but it's the calling
>
script that is the problem. The called script executes and then quits
>
as it should. If you ditch the Finder and call it like this, then
>
they both execute and terminate quickly. Not sure what is the problem
>
with the calling script. I'll be interested to see what Chris Nebel
>
says, if anything.
>
>
run script alias "OS 9 Main:Desktop Folder:Eh Test"
>
>
By the way, the script should say "This is eh". The Canadian genesis
>
is clear. ;-)
>
>
- web
>
Bill, You're a Genius!
The artifice . . .
---
run script alias "Macintosh HD:Applications:A app"
run script alias "Macintosh HD:Applications:B app"
run script alias "Macintosh HD:Applications:C app"
---
works exactly like it should!
Thanks ever so
--Dan