I want to remotely execute another application from my C ++ program. So far, I played along with the CreateProcess (...) function, and it works great.
However, the problem is that I need the full path to another program, but I do not know its directory. Therefore, I just want to enter the name of another program, for example, when you enter "cmd" or "winword" in Run ..., it opens the corresponding programs.
Thanks in advance, Russo
c ++ windows visual-c ++ winapi
Russo
source share