• 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
Waiting for script to exit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Waiting for script to exit


  • Subject: Waiting for script to exit
  • From: Christopher Brown <email@hidden>
  • Date: Sun, 22 May 2005 01:59:15 +0100

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


Thanks

Chris
 _______________________________________________
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 Nebel <email@hidden>
    • Re: Waiting for script to exit
      • From: Andrew Oliver <email@hidden>
    • Re: Waiting for script to exit
      • From: Emmanuel <email@hidden>
  • Prev by Date: flowing text with InData for InDesign
  • Next by Date: Re: Need way to set the Creation date of a file via OSX
  • Previous by thread: Re: flowing text with InData for InDesign
  • Next by thread: Re: Waiting for script to exit
  • Index(es):
    • Date
    • Thread