* Tomas G Rokicki <rokicki@cs.stanford.edu> writes: > Thanks for the great work! I'll change the popen() calls to use a > hard-coded "r". Well, not under Windows please, as if the popen() command results in binary data, we will loose. By the way, why is FOPEN_RBIN_MODE defined as "rb" under Unix and not as "r" ? It shouldn't matter and would even be logical. Fabrice