Re: psexec and os.popen help
[EMAIL PROTECTED] wrote: > popen3 did the trick. Use the modules "subprocess" ... it solves many problems, including the problem of too many similar functions. :-) These functions (execl, execv, popen, popen2, popen3, ...) are relicts from C and very unpythonic. It's IMHO always a better program
Re: psexec and os.popen help
popen3 did the trick. Thanks Jeff Gercken -- http://mail.python.org/mailman/listinfo/python-list