I would like to have a Windows 2003 server fire a script to fire another script in a separate Windows Server 2008 computer.
I have been told that Powershell can do t
easiest way that is use will be in two steps
a. installing cygwin to remote pc
b. run ssh hudson@mcs '/cygdrive/c/path_to_script.bat'