Redirecting MS-DOS Console

Started by
0 comments, last by taby 16 years, 1 month ago
I saw a thread here that was related to a project that I was working on at the time, however when I came back to offer my solution I found the thread closed. The thread this relates to is http://www.gamedev.net/community/forums/topic.asp?topic_id=478361&whichpage=1� I just wanted to inform the community that I have created a new library for C programmers to access the console of a child process. It greatly simplifies the task while providing advanced features and without certain drawbacks of the standard Microsoft method for redirecting to anonymous pipes in the call to CreateProcess. Anyway, the project is called WinPipe and can be downloaded in both binary and source code form at http://www.micrognu.com/proj/nocost/wpipe/ If anyone is interested, there is enough documentation and enough examples completed at this time to get you started, and if you find any bugs then let me know.
Advertisement
Pipes for this are a PAIN. Thank you for writing this lib!

Rating += 18;

This topic is closed to new replies.

Advertisement