Add your app to login items (Mac)

Paul Claude paulclaude at postino.it
Mon Mar 13 10:24:13 EST 2006


Ciao Sims,

Thank you very much, I will test ASAP this Applescript.

Greetings

Paul Claude


on 13-03-2006 15:43, sims at sims at ezpzapps.com wrote:

> tell application "System Events"
> get exists login item "MyCoolProgram"
> if result is false then
> make new login item at end of login items with
> properties {path:"/Applications/MyCoolProgram.app", hidden:true,
> kind:application, name:"MyCoolProgram"}
> end if
> end tell





More information about the use-livecode mailing list