• 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: Q: A compiled AppleScript fails to run at log-in (OS X 10.2)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Q: A compiled AppleScript fails to run at log-in (OS X 10.2)


  • Subject: Re: Q: A compiled AppleScript fails to run at log-in (OS X 10.2)
  • From: Camilla <email@hidden>
  • Date: Mon, 30 Sep 2002 22:46:20 +0100

As far as I know, Marc, 'Login Items' doesn't do compiled scripts. My early
OS X experience suggested that it's not too reliable with applets either.

I would suggest a very simple script, saved as an application, for use as
your login script.

Something like...

run script alias "path:to:your:startupscript"


I've found many items that don't behave quite as I want when launched at
login, so I made a separate applescript-powered startup items folder that
behaves more like the pre OS X version.

My startup script opens the originals of any aliases it finds in my startup
items folder, hides the processes I want hidden, and plays my startup sound
when all's done. I launch it with a script applet that gets run at the top
of my list of login items :

ignoring application responses
tell application "Jaguar Startup Script" to run
end ignoring

Deploying the script in this way allows it do its thing while other login
items are launching. This must be one of the benefits of multi-threading.


Cam
_______________________________________________
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.

References: 
 >Q: A compiled AppleScript fails to run at log-in (OS X 10.2) (From: email@hidden)

  • Prev by Date: Which command to use to set to DHCP
  • Next by Date: Re: Faster way to replace text in AppleWorks?
  • Previous by thread: Q: A compiled AppleScript fails to run at log-in (OS X 10.2)
  • Next by thread: Re: Dictionary possibilities
  • Index(es):
    • Date
    • Thread