<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>System.Diagnostics.Process: redirect StandardInput, StandardOutput, StandardError</title><link>http://blogs.msdn.com/b/lucian/archive/2008/12/29/system-diagnostics-process-redirect-standardinput-standardoutput-standarderror.aspx</link><description>Sometimes you want to launch an external utility and send input to it and also capture its output. But it's easy to run into deadlock this way... 
 ' BAD CODE 
 Using p As New System.Diagnostics.Process 
 p.StartInfo.FileName = "cat" 
 p.StartInfo</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator></channel></rss>