Comments on: AppleScript: A framework to speed up your login time http://apple.blogoverflow.com/2011/11/applescript-a-framework-to-speed-up-your-login-time/ Ask Different - answers for your Apple questions Tue, 01 Mar 2016 11:50:43 +0000 hourly 1 https://wordpress.org/?v=4.5.6 By: Nathan Greenstein http://apple.blogoverflow.com/2011/11/applescript-a-framework-to-speed-up-your-login-time/#comment-89 Sat, 12 Nov 2011 16:46:29 +0000 http://apple.blogoverflow.com/?p=558#comment-89 Hey, I didn’t know of that app. Very cool, and definitely a more user-friendly way to do this. Thanks for sharing.

]]> By: Nathan Greenstein http://apple.blogoverflow.com/2011/11/applescript-a-framework-to-speed-up-your-login-time/#comment-88 Sat, 12 Nov 2011 16:45:06 +0000 http://apple.blogoverflow.com/?p=558#comment-88 The main difference between launch and activate is that launch doesn’t make the app active and bring it to the front. I like this for startup items, since it’s annoying when apps steal focus.

The one-line aspect is made possible by the to. Any time you need to tell an application a one-line statement, you can use tell application "app" to ...

]]>
By: TJ Luoma http://apple.blogoverflow.com/2011/11/applescript-a-framework-to-speed-up-your-login-time/#comment-87 Sat, 12 Nov 2011 04:02:12 +0000 http://apple.blogoverflow.com/?p=558#comment-87 If you have a Lion-capable Mac, checkout Starupizer and Starupizer Lite which will do a very similar thing without AppleScript

http://itunes.apple.com/us/app/startupizer/id412397772?mt=12

http://itunes.apple.com/us/app/startupizer-lite/id435115679?mt=12

]]>
By: Jason Salaz http://apple.blogoverflow.com/2011/11/applescript-a-framework-to-speed-up-your-login-time/#comment-86 Sat, 12 Nov 2011 03:57:32 +0000 http://apple.blogoverflow.com/?p=558#comment-86 Are “launch” and “activate” synonymous?

I remember seeing most scripts do things like:

tell application “Safari” activate end tell

I’m assuming yours is more one-line friendly and doesn’t require the ‘end tell’?

]]>
By: daviesgeek http://apple.blogoverflow.com/2011/11/applescript-a-framework-to-speed-up-your-login-time/#comment-84 Fri, 11 Nov 2011 16:57:19 +0000 http://apple.blogoverflow.com/?p=558#comment-84 I had the exact same thing on our PowerMac G5. Good to know that other people are using AppleScript the way I am!

]]>