in reply to Re: explain my fork
in thread explain my fork

An easy way to do what you want without using fork and exec is to do system('some_cmd &')
Actually, this only works when you use a shell that understands the "&". That means, it doesn't work for most Windows users.


daniel.