Skip to content

Instantly share code, notes, and snippets.

@crazy4groovy
Forked from ddhahn/Progress.au3
Created September 5, 2013 17:55
Show Gist options
  • Save crazy4groovy/6453714 to your computer and use it in GitHub Desktop.
Save crazy4groovy/6453714 to your computer and use it in GitHub Desktop.
ProgressOn("Progress Meter", "Increments every second", "0 percent")
For $i = 10 to 100 step 10
sleep(1000)
ProgressSet( $i, $i & " percent")
Next
ProgressSet(100 , "Done", "Complete")
sleep(500)
ProgressOff()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment