I have the file "C: \ Program Files (x86) \ executable.exe", but when trying to run it with os.system (), since it has spaces, an error occurs in "C: \ Program" because it does not read beyond the first space.
Do you know how to solve this problem?
Thank you.