Linked by Eugenia Loli on Wed 9th Aug 2006 15:59 UTC, submitted by Hakime
Mac OS X 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.
Order by: Score:
Automator equivalent for Windows
by xpclient on Wed 9th Aug 2006 17:05 UTC
xpclient
Member since:
2006-06-28

I've found www.automise.com which is for Windows quite similar to Automator. Anyone know something better/similar?

Reply Score: 1

tpaws Member since:
2006-06-02

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.

Reply Score: 3

n4cer Member since:
2005-07-06

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.

Reply Score: 1

chrish Member since:
2005-07-14

I wish they'd named it Windows Task Foundation.

- chrish

Reply Score: 1

Sphinx Member since:
2005-07-09

Expect.

Reply Score: 1

as usual ...
by dvhh on Wed 9th Aug 2006 20:07 UTC
dvhh
Member since:
2006-03-20

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.

Reply Score: 1

RE: as usual ...
by aesiamun on Wed 9th Aug 2006 21:45 UTC in reply to "as usual ..."
aesiamun Member since:
2005-06-29

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.

Reply Score: 2