<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>You'll need to set win32con.STARTF_USESTDHANDLES in 
the dwFlags member of&nbsp; PySTARTUPINFO.</FONT></DIV>
<DIV><FONT face=Arial size=2>Also, the PySECURITY_ATTRIBUTES in the call to 
CreateFile has to have bInherit set to True,</FONT></DIV>
<DIV><FONT face=Arial size=2>and the bInheritHandles parm to CreateProcess has 
to be True.</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; hth</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Roger</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&gt;&gt;&gt; Sorry for the newbie question, but...<BR><BR>&gt;&gt;&gt; So 
far I have been creating scripts that automate command invocations and 
<BR>&gt;&gt;&gt; start up Windows apps just fine.&nbsp; Now, however, I wanted 
automate some <BR>&gt;&gt;&gt; Perforce commands.&nbsp; Perforce has an option 
that takes writes its command <BR>&gt;&gt;&gt; output as a marshaled Python 
dictionary.&nbsp; This requires me to route stdout <BR>&gt;&gt;&gt; to a 
file.<BR><BR>&gt;&gt;&gt; I have created a file using win32file and gotten back 
a file handle.&nbsp; I <BR>&gt;&gt;&gt; have assigned that file handle to the 
hStdOutput item in STARTUPINFO.&nbsp; I <BR>&gt;&gt;&gt; have passed the 
STARTUPINFO to the win32process.CreateProcess method.&nbsp; Yet, 
<BR>&gt;&gt;&gt; the output does not get written to the 
file.<BR><BR>&gt;&gt;&gt; I have tested various combinations of create and 
sharing options, but <BR>&gt;&gt;&gt; nothing seems to work.&nbsp; There is 
obviously some detail I am missing.&nbsp; Can <BR>&gt;&gt;&gt; someone give me 
the nudge I need to get over this hurdle?<BR><BR>&gt;&gt;&gt; 
TIA<BR><BR>&gt;&gt;&gt; &lt;G&gt;<BR></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>