i am new to Autoit, but have been building a script to "open" a file "Save" the file "Close" it then move on to the next one.
i am using the Calculator at the moment to give me a running number but its not that great. any ideas of a nice display thing i can use to show the counter number on the loop.
also i get it to tun a stop watch so i can keep an eye on the time it has been running.
AutoIt
; Script Function: ; Auto open save and close the show count number in Calc ; ; Set the counter ; Execute the loop "until" the counter is greater than 5 ; Run the File ; Sleep(800) ; Increase the count by one $count = $count + 1 ; MsgBox(0, "Ben's Auto Paint", "DONE 100 OF THEM!") ; Finished!