Running Linux Script from Windows

forgive me if i am posting this question in wrong forum.

I have a rsync script that runs on one server for rsync with another server (both linux)
.
Now I want to get control of that script from my windows 7 machine. Means I want to run that script from my windows machine whenever i want without actually doing ssh to server. so I m trying to know if there is any way that i can run that script form my windows machine so that it go to linux and then do rsync. (something like a luncher, a script written in batch file or some other way)?

Please let me know if my question isn't clear. thanks.

Plink (PuTTY Link) is a command-line connection tool similar to UNIX ssh. It is mostly used for automated operations.