Quote Originally Posted by User137 View Post
I don't know what you mean. Say you use RunCaptured() to start a game. How could the program predict how long he is going to play it? If it is some self made application you can print out some "tags" that you can use to synchronize with progressbar. Maybe App->App communication with system messages, sockets or files...
First thanks for the reply....
No i mean that i run a command line exe that generate big text,xml,doc and other files....
I want to know where in progress bar the progress of this generation is....

example -> RunCaptured('d','program.exe','-createxml','bigxmlfile.xml');
i execute this and i wait until its done...
I simple want to know the progress of this execution....

Thanks again....