RE: Responding to child process request for input

2001-10-23 Thread Bob Showalter
> -Original Message- > From: Ted Markowitz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 23, 2001 4:41 PM > To: [EMAIL PROTECTED] > Subject: Responding to child process request for input > > > Oh great IPC gurus, > > I'm trying to run another

Responding to child process request for input

2001-10-23 Thread Ted Markowitz
Oh great IPC gurus, I'm trying to run another program from my script that takes a number of command-line args. Normally, the child program will execute successfully---using readpipe or a variation on open to execute it---when given the proper arg list and it sets a return code which I can examine