With Automator, users can graphically assemble Actions – self-contained modules that perform a single task – into a Workflow to create a collection of Actions that complete a larger task. This Automator functionality is also available to developers for automating workflow in software development projects. This article shows you how to streamline some of the tasks you face in development projects by writing custom Shell Actions and Workflows.
I’ve found http://www.automise.com which is for Windows quite similar to Automator. Anyone know something better/similar?
Maybe within a couple of years we may see a Windows version of ‘Automator’ included with a Windows Update, and we’ll read all about how Apple copied MS again.
Windows has a more general workflow technology, Windows Workflow Foundation (WF). There’s also several tools for automating scripted actions from Microsoft and third parties. Finally, there’s the System.Management.Automation namespace for building your own solution.
I wish they’d named it Windows Task Foundation.
– chrish
Expect.
Apple has provide a “good but not enough” tool for people who wants to automate their task.
Applescript has been around for years and did not shine as a choice scripting language as it may be too complex for most apple users to handle it.
With OSX as it provide bash support it seem to be less than useful with the comming of automator.
automator is for the average user, while it’s powerful enough for a lot of users, applescript is even more so.
I’ve never dissected an automator script, but I tend to believe it’s applescript underneath. The procedures that are revealed in Automator are all available in applescript.