Message 1 of 2
Running External "Executable" Files - Wait/No Wait
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
Does anybody know how to run an external executable (.exe) file, using a Python script, with two possible scenarios?
1] Run the external file and "WAIT" until it is closed before continuing.
2] Run the external file and "DO NOT WAIT" until it is closed before continuing.
(I am, at present, using subprocess.run)
Many thanks in advance!
Darren