If you want it to return when the program is finished then use os.system('app') but if you just want to start it and return right away, use os.startfile('app')