Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import subprocess
- # replace 'path_to_your_exe_file' with the path to the .exe file you want to run
- subprocess.run(['path_to_your_exe_file'], check=True)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement