Results 1 to 2 of 2

Thread: How to pull console app output back to VB.NET?

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Posts
    4

    How to pull console app output back to VB.NET?

    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

  2. #2
    New Member
    Join Date
    Mar 2002
    Posts
    13
    I am looking for a way to do the same thing!

    I will post back if I find anything...

    jamieo

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