Good morning. My problem is that I am trying to call a console application (made in c #) from python, and call the process in the same terminal. So I do not return the termianl to continue typing and in turn the exe of c # is only to listen to a command and write it in a txt document. How do I call that exe but to another terminal? I use the subprocess module of the python3 stlib. In turn subprocess.Popen ("path"). I appreciate your help