Add support for redirection of standard streams

4 views
Skip to first unread message

Leledumbo

unread,
Nov 9, 2009, 12:30:11 AM11/9/09
to scite-interest
Right now, if I type in output pane:
<program file> < <input file> > <output file>

where the application reads and writes to standard streams, the
redirection doesn't work and the application still waits for input
from keyboard and outputs the result to output pane.

It would be useful to have redirection supported because we don't need
to open any console first.

Neil Hodgson

unread,
Nov 9, 2009, 2:11:23 AM11/9/09
to scite-i...@googlegroups.com
Leledumbo:

> Right now, if I type in output pane:
> <program file> < <input file> > <output file>

Use an extra layer of shell. On Windows "cmd /C" and on Linux "sh -c".

Neil

Leledumbo

unread,
Nov 9, 2009, 5:13:24 AM11/9/09
to scite-interest
> Use an extra layer of shell. On Windows "cmd /C" and on Linux "sh -c".

Works as expected, thanks.
Reply all
Reply to author
Forward
0 new messages