Searched refs:creationflags (Results 1 – 7 of 7) sorted by relevance
77 creationflags = 0x00000008 # detached process79 creationflags = 0 # DETACHED_PROCESS doesn't seem to work with python383 creationflags=creationflags,
757 startupinfo=None, creationflags=0, argument794 if creationflags != 0:968 startupinfo, creationflags, shell,1351 startupinfo, creationflags, shell, argument1439 creationflags,1684 startupinfo, creationflags, shell, argument
341 startupinfo=None, creationflags=0, restore_signals=True, \632 *creationflags*, if given, can be one or more of the following flags:817 CTRL_BREAK_EVENT can be sent to processes started with a *creationflags*1024 A :class:`Popen` ``creationflags`` parameter to specify that a new process1032 A :class:`Popen` ``creationflags`` parameter to specify that a new process1039 A :class:`Popen` ``creationflags`` parameter to specify that a new process1046 A :class:`Popen` ``creationflags`` parameter to specify that a new process1053 A :class:`Popen` ``creationflags`` parameter to specify that a new process1060 A :class:`Popen` ``creationflags`` parameter to specify that a new process1067 A :class:`Popen` ``creationflags`` parameter to specify that a new process[all …]
244 started with a *creationflags* parameter which includes
257 creationflags=subprocess.CREATE_NEW_CONSOLE,731 creationflags=DETACHED_PROCESS2451 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
2213 creationflags=47)3327 creationflags=CREATE_NEW_CONSOLE)
402 startupinfo=None, creationflags=0):