Hello,
I found this website while I was trying to search a solution/ recipe for a problem I am trying to tackle... I am very new to python :(
How can I run an executable file from a python script?
for example:
All the files (python script - filename.py-, executable file -filename.exe-, and the file that needs to be processed by the executable file -filename.txt-) are in the same directory - new_folder-....