Based on the help file, the example of the progress bar is progress with "sleep(1000)" which is 1 second.
Any idea to create a progress bar for each of my file execution complete?
Based on the above code structures, I will receive array of files stored in $ordner. It will keep on looping until there is no files.
Any idea to create a progress bar which will be updated upon each file execution is complete?