Running scripts sequentially
Running scripts sequentially
- Subject: Running scripts sequentially
- From: "Stephen Gross" <email@hidden>
- Date: Thu, 18 Jan 2001 09:54:48 -0500
- Organization: Stuart Country Day School
I want to run a series of applescripts from an applescript, but I want
to make sure that each one has finished before the next one starts.
here's the pseudo code:
=====
Set Script_List to a list of applescripts
For each script in scrip_list
{
execute the script
wait till the script is finished before continuing the loop
}
=====
Any ideas?
Thanks in advance,
Stephen Gross