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.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
||||
|
|
|
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 |
|||
|
|