subprocess

Notes

Popen() vs. call()

import subprocess
subprocess.Popen(['<file path to exe here>', '<file path to be opened by exe here>'])