-1

Is there a way to execute batch & .exe files with a Python Code ?

Because i try to write a programm what should execute a batch and later a .exe file at different paths.

Drextor
  • 423
  • 1
  • 5
  • 20

1 Answers1

1

I think what you are looking for is the library subprocess https://docs.python.org/3.4/library/subprocess.html