I am trying to gather information from a command line program that is running in the background to use in my VB program. The command line program basically continuously displays values and I want to be able to capture these and store them to use in my program.

Is this possible and if so how do I do it?