How can I reboot a Windows XP64 Machine in a Python Script? This machine does not have the "shutdown" or "restart" executables available.
+2
A:
You can use win32api module and call WinApi functions. Recipe at code.activestate.com
Igorekk
2008-12-04 17:01:18
Yes, but what functions?
Yeraze
2008-12-04 17:04:29
i'm updated my answer
Igorekk
2008-12-04 17:09:05