Hi everyone, I wanted my gambas program to communicate with a console program by executing it with EXEC [ "program" ] FOR READ WRITE as MyProcess. The program starts allright but the Process_Write event is never called even if there should be some output. Is there something I can do about it or is not every program able to raise the Write event? Gruss Marco