• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Waiting for script to exit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Waiting for script to exit
      • From: Christopher Brown <email@hidden>
References: 
 >Waiting for script to exit (From: Christopher Brown <email@hidden>)

  • Prev by Date: Re: flowing text with InData for InDesign
  • Next by Date: Re: QuickTime 7 Original File now posix path - Is this a bug?
  • Previous by thread: Waiting for script to exit
  • Next by thread: Re: Waiting for script to exit
  • Index(es):
    • Date
    • Thread