Exécuter un fichier py dans un autre fichier py
os.system('python my_file.py')
Tremendous Enceladus
os.system('python my_file.py')
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