Hello.
In my program, I have to open a process (that open a server), and only when it´s open I have to send to it some parametres from a client. My problem is that I don´t know how to make the program wait until the process is open and the server is listening, so, when I try to make the...