Batch Program Processing via AppleScript
Batch Program Processing via AppleScript
- Subject: Batch Program Processing via AppleScript
- From: "Dennis F. Kahlbaum" <email@hidden>
- Date: Mon, 03 Dec 2001 11:30:16 -0500
I am a newbie to AppleScript, so this problem may be already solved.
However, I wasn't able to find anything in the archives.
I have a large number of Absoft Macintosh FORTRAN programs (call them A,
B, C, D, etc) that must be executed sequentially. The problem is: B must
only start executing after A is completely done, C must only start
executing after B is completely done, etc. How can this batch program
processing be done using AppleScript? (This is analogous to a simple
DOS BAT file.). When I tried, Programs A, B, C, D, etc, all began
running at the same time, instead of waiting appropriately.
Thanks in Advance.
--Dennis