This is a discussion on rexec on windows from linux ... within the Linux Networking forums, part of the Linux Forums category; Hi, I'ld like to remote execute commands on a windows 2k server machine from Linux. Specifically, all I want ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I'ld like to remote execute commands on a windows 2k server machine from Linux. Specifically, all I want to do is run a few windows commands:- net stop <service> xcopy <stuff> net start <service> I imagine there are plenty of ways of doing this ... any experience, tips? rsh? rexec? etc ... cheers E |
|
|||
|
Telnet
"Eoin Verling" <eoin.verling@transas.com> wrote in message news:eoin.verling-29FDE1.15234116022004@news.esat.net... > Hi, > > I'ld like to remote execute commands on a windows 2k server machine from > Linux. Specifically, all I want to do is run a few windows commands:- > > net stop <service> > xcopy <stuff> > net start <service> > > I imagine there are plenty of ways of doing this ... any experience, > tips? rsh? rexec? etc ... > > cheers > E |
|
|||
|
On Monday 16 Feb 2004 3:23 pm, Eoin Verling uttered these immortal words:
> I'ld like to remote execute commands on a windows 2k server machine from > Linux. Specifically, all I want to do is run a few windows commands:- Try asking in a Windows NG. -- Andy. |
|
|||
|
Install a basic cygwin environment, and include the ssh stuff. There is
then a simple command (which I don't remember off the top of my head) to setup and install sshd as a service. "Eoin Verling" <eoin.verling@transas.com> wrote in message news:eoin.verling-29FDE1.15234116022004@news.esat.net... > Hi, > > I'ld like to remote execute commands on a windows 2k server machine from > Linux. Specifically, all I want to do is run a few windows commands:- > > net stop <service> > xcopy <stuff> > net start <service> > > I imagine there are plenty of ways of doing this ... any experience, > tips? rsh? rexec? etc ... > > cheers > E |