Subject says it all but he background:
I want to trigger some TortoiseSVN action from a batch file? I suspect that I can do this by calling the right exe with the right args but I'd rather find a way to solve the more general problem of doing an arbitrary action.
Edit: The reason that I don't just use svn directly is that TortoiseSVN doesn't include a command line SVN client (e.i. there is no svn.exe on my computer at all). Also, it would dump it output the stdout and I want the GUI output.
Regarding the Right Click menu, besides a way to directly trigger a right click item, a way to take an arbitrary right click item and (more or less automatically) find out what command line to call would also be good enough. However a solution that amounts to "just find out what it does" is not as I already know how to go there.
I don't have any specific reason to believe this can be done, so if someone knows it can't be, that would be a valid answer as well.