Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python wait for executable to finish before perceeding

import subprocess
subprocess.call('a.exe')
 
PREVIOUS NEXT
Tagged: #python #wait #executable #finish #perceeding
ADD COMMENT
Topic
Name
8+6 =