I'm trying to do the same thing as this guy right here: Cross-platform subprocess with hidden window
But my problem is that subprocess module doesn't contain STARTF_USESHOWWINDOW. If I understand good it was removed from python 2.7 and above.
What can I do so I can use it in Python 2.7 or is there an alternative to using STARTF_USESHOWWINDOW ?
Thank you.