Hi All,

I am calling c++ system() function to call run my script from command prompt like below,

system("ant -buildfile fileName"), i want to run progress bar while the system() function is

running , But if i call system() function one console is opening and running the script. How to

avoid console while running system() and how to use QProgressBar to display the status of

script while its running?