I would like to execute a run configuration using one parameter from my main .py module and others that are given from a run configuration created in Eclipse, the configuration is run by another .py file called let's say "database.py" with parameters taken from the configuration like so :
-q -u -p -c -f -s oracle -d -w yes -r parameter taken from console of my main run.py -o
I can run it from Eclipse IDE going to run configurations, but I would like this to be executed if I type "yes" into the console.