Sanjeev Gupta wrote: > > > Hi Friends, > > I am invoking a shell script in a C++ program using 'system()' > finction (I believe system() is the only way to call a script from C++ > program. Please correct me if i am wrong). > > The proble is system function does not return me the exit status of > the script. Can anybody tell me how i can get the same. > > Regards, > Sanjeev > > [Non-text portions of this message have been removed] > > You can also use fork..
[Non-text portions of this message have been removed]