Re: Waiting for script to exit
Re: Waiting for script to exit
- Subject: Re: Waiting for script to exit
- From: Emmanuel <email@hidden>
- Date: Sun, 22 May 2005 09:35:25 +0200
At 1:59 AM +0100 5/22/05, Christopher Brown wrote:
Hi,
I've been writing a small applescript to run a refactoring (simply
done by running a shell command), and then reload the document in
SubEthaEdit. However, the open command runs before the shell script
has exited. Is there any way to force the commands to run in
sequence?
set refacCommand2 to "echo \"" & refacCommand & " " & docPath & " "
& refacArgs & "\" | " & refacPath & refacBinary & " >>
/Library/Logs/HaRe.log"
tell application "Terminal" to do shell script refacCommand2
tell application "SubEthaEdit" to open the first text document
If you can afford using Smile ($ 0.00) as your AppleScript
environment, this is addressed at:
<http://www.satimage.fr/software/en/unix_code_poll.html>
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden