"Phantom of the Keyboard" ... now that's a name!
--
http://mail.python.org/mailman/listinfo/python-list
Timothy Grant <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
> On Sun, 06 Mar 2005 13:41:57 GMT, Gregor <[EMAIL PROTECTED]>
> wrote:
>> There's a DOS console application I am trying to script (in Python),
>> but it doesn't seem to use stdout or stderr... For example, if I
>> redirect outpu
On Sun, 06 Mar 2005 13:41:57 GMT, Gregor <[EMAIL PROTECTED]> wrote:
> There's a DOS console application I am trying to script (in Python), but it
> doesn't seem to use stdout or stderr... For example, if I redirect output
> to a file ("cmd > file.txt"), the output still appears on screen.
> Similar
> "Gregor" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>
>> There's a DOS console application I am trying to script (in Python),
>> but it
>> doesn't seem to use stdout or stderr... For example, if I redirect
>> output to a file ("cmd > file.txt"), the output still appears on
>>
"Gregor" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> There's a DOS console application I am trying to script (in Python), but
> it
> doesn't seem to use stdout or stderr... For example, if I redirect output
> to a file ("cmd > file.txt"), the output still appears on screen.
> Si