win32api.WinExec

WinExec(cmdLine, show)

Runs the specified application.

Parameters

cmdLine : string

The command line to execute.

show=win32con.SW_SHOWNORMAL : int

The initial state of the applications window.

Win32 API References

Search for WinExec at msdn, google or google groups.