Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!bcm!dimacs.rutgers.edu!seismo!uunet!wuarchive!udel!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: help with popen() Message-ID: <15104@smoke.brl.mil> Date: 6 Feb 91 19:43:14 GMT References: <1991Feb6.053237.11051@iguana.uucp> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 6 In article <1991Feb6.053237.11051@iguana.uucp> merce@iguana.uucp (Jim Mercer) writes: >is my popen() broken? No, because popen() DID successfully start up "sh -c no_such_file"; when you examine the status from pclose() you should see that the command did not succeed, however.