On 9/2/2010 3:47 AM, Peter Münster wrote:
Hello,

I would like to run a Dos program, that needs keyboard input (just one "Y"),
automatically via "make" in an ssh-session.

How could I simulate the "Y" keypress?

"echo Y | DosProgram.exe" does not work...

The keypress is accepted only in a dos-console.

Read <http://cygwin.com/cygwin-ug-net/using-effectively.html#using-console>.
Then add this fact - the SSH server uses ptys.  So your program will not
work with a single character put in the input buffer.  One could
envision using 'yes' to fill the buffer of the pipe that the Windows program
interprets the pty to be.  Perhaps a nicer alternative is to build the
problematic program with Cygwin, if that's an option, so that it will
understand the pty.

--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
Q: Are you sure?
A: Because it reverses the logical flow of conversation.
Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to