hi there. Am working on a program that finds the binary executable of a particular program
when we input its filename. For example:
INPUT: cmd.exe
OUTPUT: c:\windows\system32\cmd.exe
Am using the following API's:
FindExecutable()
SearchPath()
if you got any other API or any other ways to find executable progrmatically, please share
it with me.
thank u