On Dec 6, 2007, at 8:04 PM, Jim Sims wrote: > > I've used the following (requires System Events)... I also have (if the prefs indicate they no longer want auto start): tell application "System Events" get exists login item "MY_APP_NAME" if result is true then delete login item "MY_APP_NAME" end if end tell HTH sims