lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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)