Is it possible to run a windows xp bat script remotely from a ubuntu machine via command line?
+2
A:
This is possible if you have an ssh server running on the WinXP machine. It is trivial to set up such a server if you have installed Cygwin. This is well described here.
Then from an Ubuntu command line (or cron job) you run
ssh user@winxp command
Make sure your .bat has executable permissions.
Glenn
2009-07-08 02:08:37