First, I don't think stdout and stderr works in windows (using j802)

For 1!:2&4 to not produce an error, this command line is necessary 
(modification to jqt.cmd)

bin\jqt.exe > output.msg 2> output.err

the files are created but 1!:2&4 does not write to them.  There is an obvious 
workaround of passing file names as parameters and then writing to those.

My main question, inspired somewhat by enscripten example:

Is there a way to mirror a J(qt) session such that the 2nd (or 3rd, 4th) 
session shares all state with the first, but 1!:2&2 output only goes to the 
first session, while function return values would go to the session that issued 
them.

I understand a fairly straightforward workaround would be a JQT/wd command 
window processor.  Has anyone already developed one?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to