|
|
#1 |
|
How to use Automator or Apple script?
Iheard you may use one or maybe these 2 applications to do things automatically and save time.
For example, everyday when I turn on the computer, the first thing I do is check messages and therefore I open 7 tabs and go to my email webpage, ebay, facebook, forums, and I also check some news webpages. I dont want to have to type everyday anymore, I want my mac to automatically go to them when it start ups. how do I do that? |
|
|
|
0
|
|
|
#2 |
|
So Automator is for you. AppleScript is a bit more advanced and complicated. Just program your actions in Automator with drag and drop and this should do it.
__________________
Hackintosh G31M-S2L - Macbook 3,1 |
|
|
|
0
|
|
|
#3 |
|
Might want to look at an app called Alfred, with the available powerpack. It will do a lot of what you're asking, without having to write scripts...
http://www.alfredapp.com/powerpack/ |
|
|
|
0
|
|
|
#4 | |
|
Quote:
|
||
|
|
1
|
|
|
#5 |
|
Automator is Korean to me
I use firefox, hate safari. I also need to open some open office files, so makiing everything automatic would be great. Can anyone give me some explanation on how to use it? Are there videos from apple? |
|
|
|
0
|
|
|
#6 | |
|
Quote:
Open the Applescript Editor and paste in the below code. Substitute/add whatever web sites you want to visit each morning. Then click save in the menu and save the Applescript as an application in your Applications folder. Then you can put the app in your dock and just click it when you want to open the web pages. Or you could add the new app to your login items and it would open on its own when you login. Code:
open location "http://www.cnn.com/" open location "http://www.google.com/" |
||
|
|
-1
|
|
|
#7 | |
|
Quote:
In adition, I would like 3 different text editor documents to open too |
||
|
|
0
|
|
|
#8 | |
|
Quote:
Then add the below code to the same Applescript for your textedit docs. Change "yourname" and "filename1.txt" as needed. Code:
tell application "TextEdit" activate open "Users:yourname:Documents:filename1.txt" end tell |
||
|
|
-1
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| using automator instead of hazel | punktilend | Mac Programming | 7 | Sep 16, 2011 06:53 PM |
| Question about using Automator and Apple Script to do something | KBS756 | Mac Applications and Mac App Store | 6 | Nov 9, 2010 04:50 PM |
| How to use Automator to clean notes field in Address Book | cba110 | Mac Basics and Help | 1 | Mar 3, 2009 02:37 PM |
| A challenge for automator or apple script coders | agp | Mac Programming | 4 | Nov 20, 2008 07:52 PM |
All times are GMT -5. The time now is 06:49 AM.







Linear Mode

