However, in my case, I want the script to send output to the console, read some input, fork a process, send more output to the (same) console, fork another process, send more output, fork another process, send more output, then quit. As I understand $con->Free(), I think it permanently detaches from the console. Sorry for being unclear.