>Then >- if argv[0] has the full path, you've got it >- if not, then findExe (which uses $PATH) will return the same one as >the one the shell chose - the first one in $PATH. >I don't see a problem here. I'll try it that way, thanks.