Re: Calling a script requiring user input from another script

2009-02-18 Thread Chris Rebert
On Wed, Feb 18, 2009 at 1:00 AM, mzagu...@gmail.com wrote: > I'm kind of new to this so bear with me. > > I have a script made that requires user input (lets call it script A) > while it's running. However, I would like to create another script > (script B) that can batch process (i.e. run script

Calling a script requiring user input from another script

2009-02-18 Thread mzagu...@gmail.com
I'm kind of new to this so bear with me. I have a script made that requires user input (lets call it script A) while it's running. However, I would like to create another script (script B) that can batch process (i.e. run script A over and over with different user inputs based on script B). Is t