I want to open a process in the background and interact with it, but this process should be invisible in both Linux and Windows. In Windows you have to do some stuff with S
Just a note: for Python 2.7 I have to use subprocess._subprocess.STARTF_USESHOWWINDOW instead of subprocess.STARTF_USESHOWWINDOW.
subprocess._subprocess.STARTF_USESHOWWINDOW
subprocess.STARTF_USESHOWWINDOW