May-31-2018, 10:09 PM
example
import os
file = "C:\\test file.txt"
os.system("start '" +file +"'")Error:The system cannot find the file 'C:\test.im just looking to open any file with windows default applications
