Re: How to script DOS app that doesn't use stdout

2005-03-10 Thread Harlin Seritt
"Phantom of the Keyboard" ... now that's a name! -- http://mail.python.org/mailman/listinfo/python-list

Re: How to script DOS app that doesn't use stdout

2005-03-09 Thread Gregor
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

Re: How to script DOS app that doesn't use stdout

2005-03-08 Thread Timothy Grant
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

Re: How to script DOS app that doesn't use stdout

2005-03-08 Thread Gregor
> "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 >>

Re: How to script DOS app that doesn't use stdout

2005-03-06 Thread Paul Watson
"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