bah script to execute command in python code example
Example: execute command in python script
import os
os.system("ma Commande")
#Exemple:
os.system("cd Documents")
import os
os.system("ma Commande")
#Exemple:
os.system("cd Documents")