Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Try these options:
1. Through subprocess
import subprocess
subprocess.call("d:\\file.avi", shell=True)
import os
os.startfile("d:\\file.avi")
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question