Associate
- Joined
- 27 Jan 2005
- Posts
- 1,395
- Location
- S. Yorks
Following on from my question regarding running a data reduction tool through excel I am trying to do the same with VB.NET2008.
Now I can run the tool and redirect the output so I can trap it, basicly I am looking for a line that says "press any key" as this signifies the program has finished. The problem I have is that because I am reading 100,000 to 200,000 lines it is having a massive overhead, is there a way to read say every 1000the line of output?
Suppose other option is output to a file but am not sure if I could reasd this other file whilst it is still open?
regards,
Matt
Now I can run the tool and redirect the output so I can trap it, basicly I am looking for a line that says "press any key" as this signifies the program has finished. The problem I have is that because I am reading 100,000 to 200,000 lines it is having a massive overhead, is there a way to read say every 1000the line of output?
Suppose other option is output to a file but am not sure if I could reasd this other file whilst it is still open?
regards,
Matt