C-Execute-Command

Woodrow Baker woody at rpp386.cactus.org
Tue Dec 5 00:26:45 AEST 1989


In article <2614 at servax0.essex.ac.uk>, georg at SunLab13.essex.ac.uk	 (Georgatos G) writes:
> 
> 
>      Does anybody know how to call an executable file from a C-program ? 
>      I am using the Unix CC compiler.
>  
> 
>                                                                    Hgg89.

Seems that there is a function in most c compilers called execl or execle
or execlp or execv etc that does this nicely.  Fork seems to it do it also.



More information about the Comp.unix.wizards mailing list