Re: Input in Exec task

2005-09-14 Thread Andrew Goktepe
Put the 3 parameters on 3 separate lines in the input file, matching the order of the prompts.   -Andrew  On 9/14/05, João Augusto Charnet <[EMAIL PROTECTED]> wrote: Hello, I'm using exec task to run some sql scripts (calling sqlplus and passing an sql script to it). This script prompts the user 3

Input in Exec task

2005-09-14 Thread João Augusto Charnet
Hello, I'm using exec task to run some sql scripts (calling sqlplus and passing an sql script to it). This script prompts the user 3 times to ask some variables path. I can use Exec input attribut with the first parameter, but how do I use input with the rest ? Tanks a lot. John. --