I want to find the file path of any command, for example:
C:\Users\trungdq3>show-command-path notepad
C:\Windows\notepad.exe
C:\Users\trungdq3>show-command-path java
C:\Java\jdk1.6\bin\java.exe
Of course show-command-path
is not a valid command, is there any command like that available?
Thanks!