Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!bbn!mephisto!gatech!kd4nc!wd4fsu From: wd4fsu@kd4nc.UUCP (owen adair) Newsgroups: comp.lang.c Subject: Redirecting STDOUT using spawn Message-ID: <3815@kd4nc.UUCP> Date: 19 Feb 90 20:42:36 GMT Distribution: na Organization: KD4NC HAM Packet Radio Gateway Lines: 8 How do I redirect stdout for a child process using spawn instead of system? I wan tthe return codes that are available using spawn but you cant pass the "> filename" stuff using spawn ..... Also, I need STDOUT to return to normal... Thanks!