Closed yoannmos closed 3 years ago
Actually the launcher is kept alive during the execution of the app.
By using os.startfile instead of os.system we could launch the app and kill the launcher.
os.startfile
os.system
Solved !
Issue
Actually the launcher is kept alive during the execution of the app.
Possible solution
By using
os.startfile
instead ofos.system
we could launch the app and kill the launcher.