in reply to Unable to capture STDOUT from system command
Command line redirection is enacted by command line processors (shells). Probably all you need to do is prefix your command with an appropriate shell command for your system (eg. cmd.exe or sh or bash etc.).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unable to capture STDOUT from system command
by Greg_R (Novice) on Jun 29, 2010 at 22:47 UTC |