Hi,

If i have a .exe file running from that was started by QProcess commandProcess, how can I send additional commands to that running .exe file? Like if it was a media player that was playing some media (the .exe file) and I want to have a button on the gui pause it, what exact line of code could I use for that? Pause would be an argument probably. Thanks in advance.