
The progress of the bar should increment when 1.bat is executed, then it should increment when 2.bat gets executed and progress bar should reach 100% when 10.bat gets executed.So far i have been able to create a progress bar using powershell. Lets say there are 10 batch files:- 1.bat, 2.bat and so on upto 10.bat. I need to show the progress of, a bunch of running batch files in a specific sequence using a powershell script.
