It seems that if you have a GUI that's open source such as TortoiseSVN (related question) anything you do repeatedly with it should be automatable. The button clicks are linked to events, and the source code is there.
Is there an easy way to find the button handling events and automate your tasks?
I've heard of AutoIt, but what I'm looking for is something that would make use of a dll so no windows would be necessary.