I am looking for a way in Linux to run a batch script on a remote Windows machine. I already searched some forums and the Internet and found e.g. this question.

It seems that the easiest way so far is using ssh. But do Linux or Windows also offer some built-in tools to solve this problem (something like at-command for Linux-to-Windows)?

link|improve this question

80% accept rate
feedback

4 Answers

up vote 4 down vote accepted

I'm a big fan of winexe it's basically psExec that you can run from a *nix box.

link|improve this answer
Wow, I have a hacky screen-scraping RDP client that installs SSH that I'm never using again. – geocar Feb 1 '10 at 17:49
feedback

Perhaps you could use DoIt or the openssh windows port.

link|improve this answer
feedback

doit is great, 10x Pi

link|improve this answer
feedback

From a Windows machine you can use BeyondExec to execute anything on a Windows machine with a proper user name and password. So if you set up a VM with Windows and BeyondExec on the Linux machine, you should be able to do what you want.

Note that some virus scanners don't like BeyondExec. Which is hardly a surprise. :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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