Quote Originally Posted by Carver413 View Post
if you know the number of lines to be processed and your current position then you could use something like this

ProgressBar.Position:= 100 * currentline div totallines;
That is the problem
How can i know what the command line program reads and how can i count a command line execution file the last number so i can use it...