Windows has the program start.exe which somehow knows how to open programs by their lay-name like "firefox"
Typing start firefox into cmd.exe opens firefox assuming its installed.
Is there a similar command to start that will return the file path rather than starting the application?
Also open to any similar but proper solution
UPDATE:
Other answers suggest using where command, and this works for programs like ping which are in the system directories, but does not find firefox like start does.