|
-
Nov 7th, 2006, 09:04 PM
#1
Thread Starter
Fanatic Member
Capturing output
How do I capture the output of let's say a compiler? I would like to fire an interpreter for example, perl.exe and I want to capture the output.
Thanks in advance.
Last edited by nebulom; Nov 7th, 2006 at 11:02 PM.
-
Nov 7th, 2006, 09:15 PM
#2
Re: Capturing output
You can run an executable like that using Process.Start. Gigemboy has posted code in the VB.NET CodeBank to redirect standard output from the command prompt. It shouldn't be too difficult to adapt it to C#.
-
Nov 7th, 2006, 09:24 PM
#3
Thread Starter
Fanatic Member
Re: Capturing output
Ok, thanks. Will look at it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|