Python Forum

Full Version: subprocess.call
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to run this command " netstat -a | findstr 443" through python library subprocess.call

But i am not successful

Can you help me to get it right ?
Quote:But i am not successful
What does this mean.

Quote:Can you help me to get it right ?
Don't know without knowing what the problem is and what you expect the program to do.

Doug Hellmann's general tutorial is the best that can be done for some unknown problem. https://pymotw.com/3/subprocess/index.html