For example I have entered
netsh.exe
in command line (aka cmd.exe)
Now I would like to know which netsh.exe is being run, lets say I have more than one netsh.exe on my PATH (I do know that the first one in the PATH will be run, but lets say I have a very BIG PATH and I don’t have time to search for it manually. To be fair its not always your machine you are using and many times PATH is set by admins and many times they are not the best).
Is there any way in windows to find that out from command line? I want to write a BATCH application that is using that.
I think the following blog post does exactly what you want: http://pankaj-k.net/weblog/2004/11/equivalent_of_which_in_windows.html