Click to See Complete Forum and Search --> : How to Capture error message from DOS Prompt with Visual Basic


kgrifno
August 6th, 2001, 02:35 PM
Would like to know how to capture an error message from a DOS Prompt with Visual Basic 6. Any ideals would be great.

coolbiz
August 6th, 2001, 06:05 PM
If I am not mistaken, there are tons of dicussions on this. The only one that I think is workable (depending on your implementation) is to capture the output into a text file and then parse it in your VB program.

-Cool Bizs