Windows provide the where.exe program to find locations for any executable programs in your %PATH% and current directory. For example:
C:\Where myTool.exe
C:\Program Files\MyApp\myTools.exe
It will even accept wildcards, so where nt* finds all files in your %PATH% and current directory whose names start with nt.
Try where /? for help.