I'm currently trying to run an exe, then find the PID of the process. The easiest way to do this I thought would be to give it a unique windowtitle
running
cmd /c start "testWindow" test.exe
Always seems to create a process with WindowTitle "GDI+ Window (test.exe)"... I'm still really new to this type of windows CLI, but I can't use a lot of fancy tools as I'm interfacing through a different program (LabVIEW). Any help on how to get the WindowTitle to actually be used instead of just the exe's title? Thanks!