This is a question to an earlier question I had posted it turn out I need to generalize it. So I have these commands:
tracker=tcpip('127.0.0.1', 20200, 'NetworkRole', 'server');
fopen(tracker);
system('"C:\PROGRA~1\..." param1 param2')
I am using the same computer to be a listening server and a client as communication of an external device to the computer. The issue is the tracker server is waiting for the client to be started (system command).
Any feedback? Thanks