How do I find full path to an application in a batch script

Viewed 29257

How do I in a batch script find the full path to application XYZ if it is installed

Clarifications:

  1. The application is not in the PATH
  2. All I have is it's name in this case "ISTool.exe" and I would like to get C:\Program\ISTool\ISTool.exe
6 Answers
Related