CobaltFusion / DebugViewPP

DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
Boost Software License 1.0
1k stars 143 forks source link

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

Open janwilmans opened 7 years ago

janwilmans commented 7 years ago

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.