You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scite-interest
> Use an extra layer of shell. On Windows "cmd /C" and on Linux "sh -c".