main_app.exe. When I run my main program, it opens in terminal 1 as expected. When main_app.exe runs the new process to start a second program, I would like for that second program to open in a new terminal (terminal 2) and the terminal (terminal 1) to be closed. So close current terminal, open new terminal. Then when the second program finishes it's process and relaunches main_app.exe, I would like for terminal 2 to close, and a new terminal (terminal 3) to open. How would I accomplish this?main_app.exe => terminal 1test.exe => terminal 2