Is it more appropriate to use os.popen or os.system on a windows XP client? I'm calling the operting system's shutdown function like this:
restart = os.popen(shutdown -r -f) print restart.read() restart.close() If it matters, I'm doing this remotely over sockets. -- http://mail.python.org/mailman/listinfo/python-list