Re: Wake on LAN and Shutdown for Windows and Linux

2006-05-04 Thread diffuser78
Any help is appreciated -- http://mail.python.org/mailman/listinfo/python-list

Re: Wake on LAN and Shutdown for Windows and Linux

2006-05-03 Thread Ivan Shevanski
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

Re: Wake on LAN and Shutdown for Windows and Linux

2006-05-02 Thread diffuser78
because you can write scripts in python so easily as compared to other scripting languages. -- http://mail.python.org/mailman/listinfo/python-list

Re: Wake on LAN and Shutdown for Windows and Linux

2006-05-02 Thread diffuser78
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

Re: Wake on LAN and Shutdown for Windows and Linux

2006-05-02 Thread David Murmann
[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.

Re: Wake on LAN and Shutdown for Windows and Linux

2006-05-02 Thread Carl J. Van Arsdall
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

Re: Wake on LAN and Shutdown for Windows and Linux

2006-05-02 Thread Heiko Wundram
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

Wake on LAN and Shutdown for Windows and Linux

2006-05-02 Thread diffuser78
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