python shutdown

Reply

Join Date: Jul 2008
Posts: 58
Reputation: besktrap is an unknown quantity at this point 
Solved Threads: 1
besktrap's Avatar
besktrap besktrap is offline Offline
Junior Poster in Training

python shutdown

 
0
  #1
Jan 26th, 2009
does anyone know how to shutdown a computer on windows XP (using python of course given the IP address and the computer name (probably don't need it, though)? I don't want to use os commands like os.system("shutdown -i"). Thanks in advanced!
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,895
Reputation: evstevemd is a jewel in the rough evstevemd is a jewel in the rough evstevemd is a jewel in the rough 
Solved Threads: 172
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Posting Virtuoso

Re: python shutdown

 
0
  #2
Jan 27th, 2009
Originally Posted by besktrap View Post
does anyone know how to shutdown a computer on windows XP (using python of course given the IP address and the computer name (probably don't need it, though)? I don't want to use os commands like os.system("shutdown -i"). Thanks in advanced!
use os.system
  1. import os
  2. #run os based command like opening notepad
  3. os.system("notepad")
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
"Try to be expert in everything and you become expert in nothing" - Me
---------------------------------
Windows Vista Home Premium SP2| MINGW 4.4.0|PHP 5.3.1|Python 2.6.4|JDK 1.6
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 148
Reputation: mn_kthompson is an unknown quantity at this point 
Solved Threads: 33
mn_kthompson mn_kthompson is offline Offline
Junior Poster

Re: python shutdown

 
0
  #3
Jan 27th, 2009
Have you looked at the code here?
http://code.activestate.com/recipes/360649/
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 2103 | Replies: 2
Thread Tools Search this Thread



Tag cloud for Python
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2010 DaniWeb® LLC