Como executar um arquivo usando python
import subprocess #imports the module thats needed
subprocess.call([r'C:\Users\Ron\Desktop\Test\current_date.bat']) #runs the file in the given directory
IntelCoreI6