Would like to know how to capture an error message from a DOS Prompt with Visual Basic 6. Any ideals would be great.
Would like to know how to capture an error message from a DOS Prompt with Visual Basic 6. Any ideals would be great.
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