I have two machines, a Windows one and a Unix box. I'm looking for a way to execute a .bat file on the Windows machine from the Unix one. Is this possible?
The machines are on the same network and I can share a directory from the Windows one the the Unix one if this can be useful.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

You could, presumably run an ssh server like copssh on the windows box - this should allow you to use ssh to invoke the bat file and enable filesharing over scp as well

link|improve this answer
I succeeded using freeSSHd (freesshd.com). Thanks for the hint. – Davide Gualano Feb 23 at 9:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.