• 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: changing a script app's properties via another script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: changing a script app's properties via another script


  • Subject: Re: changing a script app's properties via another script
  • From: has <email@hidden>
  • Date: Thu, 9 May 2002 01:31:24 +0100

Michael Sullivan wrote:

>Can this be done?

You've very nearly answered your own question already:). The only change is
to add a 'launch' to the tell block in your updater script:

======================================================================

-- begin file "Macintosh HD:Configurator"

on run {}
tell application "Macintosh HD:runOnlyApp.app"
launch -- [launch runOnlyApp.app without running it]
ChangeConfig("B")
end tell
end run

-- end file "Macintosh HD:Configurator"

======================================================================

HTH

has

--
http://www.barple.connectfree.co.uk/ -- The Little Page of Beta AppleScripts
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: OS X replacement for Script Scheduler
  • Next by Date: Re: any news from wwdc?
  • Previous by thread: Re: changing a script app's properties via another script
  • Next by thread: Screensaver questions
  • Index(es):
    • Date
    • Thread