I am writing a small C program which should execute another script "myscript". The script "myscript" expects two parameters e.g. "panel1" and "panel2".
> myscript panel1 panel2
Afterwards, myscript needs another input which could "1.4" before the computation starts. I would like to know how I can run this out of my C-program.