Posted by Joseph on 10/28/2004 12:09 AM | Comments (2)
I noticed an interesting “hooking stuff together” technique in the Draco.NET source for integrating with crufty old (but often extremely useful) command line utilities. The Process class has a StandardOutput property that can return a streamreader for reading standard output from. Much better than the VisualBasic Shell function. 

Comments

Darren Neimke
Darren Neimke on 10/28/2004 8:49 AM Justin Rogers has a class which wraps much of this "piping" functionality; I'll see if I can track down the link tomorrow and shoot it to you.
Comments are closed