Interesting HST tip from Draco.NET source
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.