What I'm trying to do is bring the output from a console app back into VB. If I type xcopy /? at the command prompt it outputs help so if i use

Shell("xcopy /?", AppWinStyle.NormalFocus, True)

it will run but it doesn't return the output back to VB. Is there a way to return the output in VB.NET ?

Thanks in advance for your time


LaRock