sourcefire.immunet/please-wait.au3

20 lines
499 B
AutoIt

#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.8.1
Author: myName
Script Function:
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
ProgressOn("Immunet Uninstall", "Progress", "0 %")
For $i = 1 to 100 step 1
sleep(1200)
ProgressSet($i, $i & " %")
Next
ProgressSet(100, "", "Done")
Sleep(500)
ProgressOff()