Answers for "wait until exe terminates python"

0

wait until exe terminates python

import subprocess
subprocess.call('a.exe')
print("test")
Posted by: Guest on January-26-2022

Python Answers by Framework

Browse Popular Code Answers by Language