in reply to Re: exec on Windows "halfway forks"
in thread exec on Windows "halfway forks"
As you observe correctly, exec does not return. The while loop is only reached if the if condition inside the INIT is false, i.e. (typically) on the recursive call, when the program is called using an absolute path name.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: exec on Windows "halfway forks"
by BrowserUk (Patriarch) on Jun 15, 2010 at 11:38 UTC |