Does this program exist for Windows?
February 16, 2008 5:04 AM
Subscribe
Where can I find a Windows program that receives console-redirected text and displays it in a text box?
I've realized I could really use a program that does the following things:
1. The main interface looks like a tabbed text editor; each tab has a plain old GUI text field. You can save and load text files (must support ANSI and UCS-2 little endian, at least). At any given time, one tab is "active" to receive text.
2. You can redirect output from console programs to the active tab--i.e. you can say "dir *.whatever > thingy", and thingy.exe will receive text and pass it on to the main interface, where it will show up in the active tab.
3. Programs can send text to the active tab either by using some simple API (preferably provided as source or as a static library, not as a DLL) or by using a named pipe or something similar.
4. Must be a native Windows program (no Cygwin).
5. Must be small, self-contained (no installation/configuration required), and freely redistributable.
I'm sure there must be many ways to get Emacs to do this, but I'm hoping for something small and specialized. Does something like this exist already?
posted by equalpants to computers & internet (4 comments total)
posted by delmoi at 9:22 AM on February 16, 2008