'Rudolf Sykora' via Programming <[email protected]> writes: > in my program I have > > 2!:1 'gnuplot d.plt' > > to plot my data. From reading the documentation I thought that running > it would spawn gnuplot and just continue. But it does not, running gnuplot > blocks until gnuplot is finished. Is that expected?
I note that running 'in the background', ie along the lines 2!:1 'xterm &' helps here (the jqt stays responsive; in contrast to 2!:1 'xterm'). Best regards Ruda ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
