I have an application that needs to run two different
executables, one after the other. When I do 2
ShellExecutes, I get both running at once. I need to make
sure the first finishes before the second begins. Is
there a blocking version of ShellExecuteEx?
~BenDilts( void );
executables, one after the other. When I do 2
ShellExecutes, I get both running at once. I need to make
sure the first finishes before the second begins. Is
there a blocking version of ShellExecuteEx?
~BenDilts( void );