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 (or
some other account with the needed privileges) and execute the machine
specific shutdown command (and disconnect the Telnet session before it
shuts down so you don't accidentally trigger another "wake"?)?

       Windows is the hard one...

--
       Wulfraed        Dennis Lee Bieber               KD6MOG
       [EMAIL PROTECTED]           [EMAIL PROTECTED]
               HTTP://wlfraed.home.netcom.com/
       (Bestiaria Support Staff:               [EMAIL PROTECTED])
               HTTP://www.bestiaria.com/
--
http://mail.python.org/mailman/listinfo/python-list

 
You could probably write an easy batch file for windows. . .For Linux?  Maybe use the recipe.  Sorry its not in Python =D

--



-Ivan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to