DebugViewPP icon indicating copy to clipboard operation
DebugViewPP copied to clipboard

Pass <enter> to the stdin of a process in case stdout/stderr in monitored (ProcessReader logsource)

Open janwilmans opened this issue 6 years ago • 0 comments

Useful for batch files and tests that wait for enter before the start of at their end. And also batch files with 'pause' in them. Requires ProcessReader to listen to keypress and attaching to the stdin of the process as well.

janwilmans avatar Aug 15 '17 22:08 janwilmans