"Eric" <(E-Mail Removed)> wrote in message
news:4E6A2A72-FC36-469B-A606-(E-Mail Removed)...
> Does anyone have any suggestions on any tools to perform a set of tasks?
> For example, in Excel, I can record a macro for a set of tasks within
> Excel
> environment. I would like to look for any tools without any specific
> application to record any action a set of task wthin Window XP
> environment,
> which include IE.
> Does anyone have any suggestion?
> Thanks in advance for any suggestions
> Eric
You could use AutoIT (
http://www.autoitscript.com/autoit3/downloads.shtml)
as a macro language to perform your tasks. You should note, however, that
macros by their very nature are fragile and unreliable. They can be upset by
a number of things, e.g. by
- A virus scanner pop-up interrupting a routine
- Your environment not quite looking the way you expected it it
- An unexpexted dialog box popping up, requiring your input.
To perform a task reliably you need to script it, e.g. with VB Script.
Unfortunately these scripts are application-specific: One syntax applies to
MS Word, another to Excel, another to IE.