> -----Original Message----- > From: Peter Samuelson [mailto:pe...@p12n.org] > Sent: zondag 5 juni 2011 22:22 > To: dev@subversion.apache.org > Subject: Re: [RFC] [PATCH] Use console, not stdin/stderr, for prompting > > > [Peter Samuelson] > > I _am_ rather curious whether, on Windows, using "CON:" for prompting > > actually allows stdin to be usable for other things. Like, when > > piping or redirecting to it. I suppose I can try to test this > > feature using MingW32 + Wine > > Hmmm, fopen("CON:", "r+") in mingw32 + Wine just returns a "no such > file or directory" error. Not quite what I was hoping for. I'm > attaching my test program, maybe someone can test it on Windows....
F:\>con_test.exe Cannot open console: No such file or directory F:\> (Visual C++ 2008 32 bit on Windows 7 x64) Bert