Calling Shell Script

Hello Friends,

I have bash script on unix server which i want to call from windows server. Basically i want a command line which will call this script on unix server. Any one has any idea regarding this?

Help really appreciated!!
Thanks,
Roshni.

Sure...

  1. make sure you have sshd enabled on the server.

  2. install Putty on the client

  3. setup an authentication certificate pair so you can use putty without entering a password

  4. use Putty's "plink.exe" command to invoke the script on the remote server.