Jump to content

Progress and copy question


BoogY
 Share

Recommended Posts

Hello everyone

I have this pice of code :

ProgressOn("Sauvegarde H", "Sauvegarde du lecteur H en cours ...", "0 percent")
For $i = 10 to 100 step 10
    sleep(1000)
    ProgressSet( $i, $i & " percent")
Next

;une fois terminé
ProgressSet(100 , "Terminé", "Complete")
sleep(700)
ProgressOff()

How can i make the progress increment when I copy some files, but i want'it to realy show the progression of the copy?

Thanks a lot.

Link to comment
Share on other sites

FileCopy() is showing the default windows progress bar.

Otherwise it will be quite difficult to show your custom progress bar synced with sleep commands as you dont have any idea how much time the copy process would take.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...