Yes, I see about why eols are dropped. I guess I'd really like to know how to use the standard readln & writeln for i/o. I had written the code to use sockets, files, and pipes and was using readln and writeln to put and get data. Now, with TProcess streams, I can't seem to do that. Passing the Input.Handle to writeln will compile but not run; it bombs with error 103 (while the Input.Write function works). I'll suppose the handle is not the same as what writeln expects... Is there a way to use standard i/o?
TIA.