HI,
Anybody can tel me how to kill process created with execl().


Regards,
Anand Shah

You mean from the command line or in code? If you want to do it in code, you shouldn't use execl because it doesn't return a PID. Use fork instead.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.