Hi,
I am new to C++ programming. I have a shell script with takes three arguments, I have to call this shell script from within a C++ programme.
I tried using
however this doesn't seem to work.
Is there any other way I can call the script.
My OS is debian.
Thanks,
tewari.
I am new to C++ programming. I have a shell script with takes three arguments, I have to call this shell script from within a C++ programme.
I tried using
Code:
system("/var/.../../bin/shellscript argument1 argument2 argument3");
Is there any other way I can call the script.
My OS is debian.
Thanks,
tewari.