Hi

I have to execute a batch file and it produces a lot of info on the command line. I have to get all those info in a txt file. How to accomplish this in VB .NET?

In vc++, I've been creating a process with read and write pipes and reading the contents into a txt file.

I've to do a similar thing in VB .NET. Can anyone help me with this?

Regards,
Bharani..