How do I in a batch script find the full path to application XYZ if it is installed
Clarifications:
- The application is not in the PATH
- All I have is it's name in this case "ISTool.exe" and I would like to get C:\Program\ISTool\ISTool.exe
How do I in a batch script find the full path to application XYZ if it is installed
Clarifications: