Python Forum

Full Version: subprocess.call - Help !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

How can I use multiple subprocess.call commands in one window (cmd)
Example:
1- cd\
2- ping 8.8.8.8
3- exit

thanks (: