Re: changing a script app's properties via another script
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.