I\'ve built these 3 applications. Each of them collects data from user input and creates a csv file. 2 of them rely on the LEAP motion controller. I am trying to figure out
Easy solution: Just make a batch file and add one line for each application. To make one wait for the next call each like so:
START /WAIT MyApp1.exe START /WAIT MyApp2.exe START /WAIT MyApp3.exe