Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!haven.umd.edu!cs.wvu.wvnet.edu!cerc.wvu.wvnet.edu!cathedral!abmg From: abmg@cathedral.cerc.wvu.wvnet.edu (Aliasghar Babadi) Newsgroups: comp.unix.misc Subject: system cmmand Keywords: system sh Message-ID: <1628@babcock.cerc.wvu.wvnet.edu> Date: 23 Apr 91 21:21:38 GMT Sender: news@cerc.wvu.wvnet.edu Lines: 8 Hi, I run a program using the system command similar to the following system("prog &"); for some programs I lose the stdin inputs. For some others get a lots of stdin input. What am I doing wrong? thanks in advance.