Hi, I am new on Python.
I was told that in Python is possible to run software written for dos shell that need some interactive input before executing calculation.
I found a lot of info but is still not clear to me how it work because the confusion in the explanation.
In practice I need to run a software, that load some libraries and immediately after ask for a series keyboard input (let say 5 answers) to define the type of calculation to do. I need to reiterate the sequence for more or less 500 times changing 1 paramater each turn and finally exiting from the software.
Esample:
Dos>Mysoftware (this open a dos shell that after having load some libraries ask for…)
paramater A> 0 (0 is the answer at the software prompt)
parameter B> 2
parameter C> 5
paramater D> Y
Someone can introduce me in the python world helping in this task?
Daniele