Any help is appreciated
--
http://mail.python.org/mailman/listinfo/python-list
On 5/3/06, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
On 2 May 2006 12:02:50 -0700, [EMAIL PROTECTED] declaimed the
following in comp.lang.python:>> Also, How can I shutdown other Linux terminals from my Main (Linux) ?> Uhm... Telnet into the other workstations using the root account (orso
because you can write scripts in python so easily as compared to other
scripting languages.
--
http://mail.python.org/mailman/listinfo/python-list
Thanks, In fact I checked that.
I thought that any other literature would help.
David Murmann wrote:
> [EMAIL PROTECTED] schrieb:
> > How can I shutdown Windows box from my Main (Linux) ?
>
> Have you seen this?
>
> http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/360649
>
> it probably w
[EMAIL PROTECTED] schrieb:
> How can I shutdown Windows box from my Main (Linux) ?
Have you seen this?
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/360649
it probably won't work on linux (maybe with wine or similar?), but you
can try to invoke this script on a windows machine somehow.
Heiko Wundram wrote:
> Am Dienstag 02 Mai 2006 21:02 schrieb [EMAIL PROTECTED]:
>
>> Also, How can I shutdown other Linux terminals from my Main (Linux) ?
>>
>
> Has this got anything to do with Python?
>
>
I could actually see that as a useful python function if i was writing
some type
Am Dienstag 02 Mai 2006 21:02 schrieb [EMAIL PROTECTED]:
> Also, How can I shutdown other Linux terminals from my Main (Linux) ?
Has this got anything to do with Python?
--- Heiko.
--
http://mail.python.org/mailman/listinfo/python-list
I am using 8 computers on a small network. I have one Main computer
which should be able to remotely start other computers. I used Wake on
LAN to start them all.
My Main computer is Linux.
Other 4 are Windows and 3 are Linux.
How can I shutdown Windows box from my Main (Linux) ?
Also, How can I