[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lpty 1.0
- From: Xavier Wang <weasley.wx@...>
- Date: Tue, 2 Apr 2013 15:56:00 +0800
I'm using winapi all the time, it's a great modulle :)
but some windows program use isatty, but if you use redirect, isatty
always return 0, so I want to find some way to work out this...
2013/4/2 steve donovan <steve.j.donovan@gmail.com>:
> On Tue, Apr 2, 2013 at 9:42 AM, Xavier Wang <weasley.wx@gmail.com> wrote:
>>
>> I'm working on Windows, can windows support pty anyway :-(
>
>
> Windows is always ... different. You can get similar functionality from the
> winapi module , i.e. you can run an interactive process and capture its
> standout i/o streams. However, some Windows programs (like ftp) use direct
> console i/o for entering passwords and that messes up the nice model...
>
> (http://stevedonovan.github.com/winapi/topics/readme.md.html)
>
--
regards,
Xavier Wang.