Click to See Complete Forum and Search --> : alternatives to execve,execl commands


karthik
09-05-2003, 06:39 PM
i was looking for alternatives system calls for execve or execl commands ?

Are there any other alternative system calls for these two commands ?

X_console
09-05-2003, 06:43 PM
system() ?

GaryJones32
09-06-2003, 12:01 AM
yea system()

entire exec family is:

execvp
execlp
execv
execve
execle

it doesn't get aymore confusing than that