I am familiar with C and C++ but everything that I have done to this point has been on Unix in an academic setting.

I have a problem at work that I think a simple program would fix, but I could use a push in the right direction.

Basically, I want to write a program that right clicks a certain spot, then left clicks a 2nd spot twice. That needs to be repeated about 30,000 times.

It seems like an easy program, but I have never done anything for Windows, so a starting point would be nice.

Thanks.