C/C++ >> external processes
Posted by neonbjb on 07:13:00 12-21-2002
How do you run an external process in C++ without using the system( ) funtion. Is it possible?
Posted by Neu[Mann] on 13:03:00 12-21-2002
In Win32, you can use the CreateProcess API call.

In Linux, I don't know.
Posted by KaGez on 13:27:00 12-21-2002
I think using system() would be the easiest.... But, why do you want another way besides system()? :/
[addsig]
Posted by neonbjb on 13:33:00 12-21-2002
To be honest, for those of you who have used net send, I want to infinitely net send people. When I use system( ), though, the net send only works once followed by a ton of errors.