Eli Zaretskii wrote: > > For 'popen' and 'pclose', one needs the gnulib modules 'popen' and 'pclose', > > respectively. > > Windows has _popen and _pclose, which can be used instead.
_popen uses text mode, not binary mode, by default, AFAIK. This can be problematic. Bruno