Better Process Control (1 of )
win32api module provides some high-level, Windows specific functions.
win32api.WinExec()
- Very similar to os.system(), but overcomes limitations.
- >>> import win32api
- >>> win32api.WinExec("notepad")
- Optional parameter allows you to specify the Window’s initial state (eg, minimized)