mbopy22 said:
Can anybody explain me as I was a 5 year old... HOW to use AUTOMATOR... I've read the instructions, in my iBook and in apple.com but I still don't understand it... 😕 😕 😕 😕
Tough to answer in a few sentences, but here goes.....
Automator is a utility that allows you to string various actions together into a step by step sequence. Each step in the sequence does a specific task and then passes on to the next task until the sequence completes.
Most tasks have an input and an output, so a single task would take some information from the previous task, perform it's action, and then pass the results to the next task. You have to make sure that these inputs and outputs are compatible, i.e. that the output of one task is compatible with the input of the next task.
A sequence of actions is called a workflow, and once tested can be saved as a workflow, which you can edit later, or as a standalone 'application' that runs like any other application.
The best way to understand what is going on is to load an example workflow and study it. If you open Automator and look in the left pane you will see a section called Example Workflows. Double-click the one called Copy Unread Mail to iPod Notes and it will open in a window. You can see the actions in the right pane running from top to bottom, and see how they link with data that passes from one to the other. If you follow the flow, you can see what happens step by step to get your unread mails into an iPod note.
In the Action column are all the actions you can add into the workflow, by dragging them into the workflow
There are plenty of workflows already available to do different things, I recommend you head over to
Automator World and download a few to see how they work.
If you have something specific you want to use Automator for, then post back here and maybe we can help you get something going