Windows has a start.exe program that somehow knows how to open programs by name, for example, "firefox"
Entering start firefoxcmd.exe opens firefox if it is installed. Is there a similar command to run that will return the path to the file rather than launching the application?
Also open to any similar but correct decision.
UPDATE: Other answers suggest using a command where, and this works for programs like ping, which are in system directories, but do not find firefox like start.
source
share