I have two programs and I want to pass several parms from one programs to the other. I tried to use _execve(prog,args,my_env);. I get a -1 return code. Please help!!!