Python Forum
subprocess.call - Help ! - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: subprocess.call - Help ! (/thread-22806.html)



subprocess.call - Help ! - sniper6 - Nov-27-2019

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 (: