|
|
Launch login items via AppleScript to avoid login delays
The script makes the code necessary to activate an application quite clear. But please explain to non-scripter how to activate items on startup which are not the Applications folder. For example: ---
Kimball Kramer
Launch login items via AppleScript to avoid login delays
All you need to know to use this script on any application is the name that the system uses to call it. to get that, open Script Editor and use the line: tell application "System Events" to get name of every process. This line will print out a list of all the names of every process running from your user account. You can look through it to find the name of whatever process you're interested in (the one you want is generally pretty obvious), and then copy that into the script.
Launch login items via AppleScript to avoid login delays
Thank you. ---
Kimball Kramer |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.26 seconds |
|