Hi/2.
If a is the symbolic link to b.exe, and a.exe exists, what should be checked first as the executable ?
Currently, __spawnve() check a.exe instead of a. Usually, this is a proper approach. However, if a is the symbolic link to the other executable b.exe, it would be better to check a first.
What do you think about this?