CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    2

    How to Capture error message from DOS Prompt with Visual Basic

    Would like to know how to capture an error message from a DOS Prompt with Visual Basic 6. Any ideals would be great.


  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: How to Capture error message from DOS Prompt with Visual Basic

    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

    Good Luck,
    -Cool Bizs

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured