Comment exécuter un fichier à l'aide de 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