S Spanky New member Joined Mar 21, 2006 Messages 1 Programming Experience 1-3 Mar 21, 2006 #1 Ok so, how can i use the output of a console application as input for my console application. I'm kind of new to the console applications. Thx Spanky
Ok so, how can i use the output of a console application as input for my console application. I'm kind of new to the console applications. Thx Spanky
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,873 Location Norway Programming Experience 10+ Mar 21, 2006 #2 Have a look at the the info and code about RedirectStandardInput and RedirectStandardOutput properties of ProcessStartInfo class. http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemDiagnosticsProcessStartInfoClassRedirectStandardOutputTopic.asp Upvote 0 Downvote
Have a look at the the info and code about RedirectStandardInput and RedirectStandardOutput properties of ProcessStartInfo class. http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemDiagnosticsProcessStartInfoClassRedirectStandardOutputTopic.asp