Peoblems with passing bash script arguments

Dear colleagues!
Let me explain my problem.
I have root script, Let it have name my.C with
parameter,i.e. from command string I execute it
like root ‘my.C(“run_1.7”)’.
Then let us assume that I should execute previous
command inside bash script where the value run_1.7 is
a parameter of this bash script.
In another words I take parameter for root script
as an argument of bash script.
How can I do it?
Thanks in advance,V.Kurbatov

[url]Ask: how to transfer the parameter for the root scritpt
[url]Compile and run from command prompt
Search also for “eval” in “man bash”.