Capture STDOUT/STDERR of Windows Applictation

Posted by Mark Roddy on Super User See other posts from Super User or by Mark Roddy
Published on 2009-12-14T00:35:20Z Indexed on 2010/03/19 20:01 UTC
Read the original article Hit count: 280

Filed under:
|
|

I am using an open source application (conkeror) which is configured via a file containing javascript. Any issues with the javascript is printed to the console. This is fine under Linux as all the information is shown as long as the it is started from a shell. However, under Windows none of the information is show even when started from a shell. Is there a way to make this information displayed in the shell or to capture it in say a file?

© Super User or respective owner

Related posts about Windows

Related posts about JavaScript