[plt-scheme] redirecting keyboard events
I've got a program "noconsole.exe" that executes a console program
without a console window, while redirecting its stdout/stderr to a file.
stdin is not available.
Matthew Flatt schreef:
> At Fri, 27 Jan 2006 12:17:24 -0600, Robby Findler wrote:
>
>> Out of curiosity, what does this do that the z flags don't do?
>>
>
> Windows executables come in two flavors: console or windows. The
> difference is in how they are launched, and only the former can use
> stdin and stdout.
>
> If you run "mred -z" at a Windows command line, you get a new window
> (which is MrEd's substitute for a console).
>
> Matthew
>
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>