Maybe he is expecting a Windows console box to open like on Windows? Just a thought. Tarie
-----Original Message----- From: Fabian Maurer dark.shadow4@web.de To: wine-devel wine-devel@winehq.org Cc: Jerry Geis jerry.geis@gmail.com Sent: Tue, May 7, 2019 2:44 pm Subject: Re: stdin and my console app
Hi Jerry,
What exactly does this have to do with wine, does your program work under windows but not under wine?
Regards, Fabian Maurer
On Dienstag, 7. Mai 2019 20:38:41 CEST Jerry Geis wrote:
Hi all - I am trying to get stdin (from a file) working with my app.
Seems like the very first character works from the file - but then nothing after that.
I am trying to simulate the keyboard hitting. the following:
o UserName 192.168.5.50
Is there something special to format this file for stdin ? is it because of carriage returns in the file - one entry per line ?
How do I accomplish stdin from a file ?
Thanks
Jerry