Python Forum

Full Version: Launch Windows Application
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hallo,

I am using a python script running as a service (intalled with NSSM)
The script is working fine, but I can not start an application like notepad or calc in forground.

I tried. subprocess.popen() and os.system() --> The application apears in the taskmanager as background

So, notepad hidden in background will not work for most of windows users Dodgy

Any hint, how to force a process launchen in forground, when the caller script is running as a service?