I have a file in php that downloads a file and extracts it contents. I now execute that file periodically by creating a batch file and assigning it to the scheduler. How will i be able to popup a progress bar that shows the status of the task file like downloading, extracting and so on…. I need to show the progress bar only when the task executes, say @ 6 pm daily…
like this: http://www.codeproject.com/KB/scripting/loadingbox/load1.JPG
the code for adding a description-text to the progressbar (if you need)
the script wo request the text-file ever 200ms:
the text-file:
the php-script creates the text-file with one line who contains a value and a text who represent the current executing task.