I’m wondering, in Visual Basic 2008, how to execute an external console (commandline) command and get its output without help of an intermediate file (to speed up)?
I’m wondering, in Visual Basic 2008, how to execute an external console (commandline) command
Share
Have a look at ProcessStartInfo.RedirectStandardOutput and Process.StandardOutput.
Example: