AutoIt File Recursion
Trackback or
Categories: System Administration, HowTo, DevelopmentPosted on Friday, October 6, 2006 by Tim Fehlman
I remember back in my early days of computing when I was still a noobie. I had a massive folder of files that I wanted to rename to something like file0001.jpg, file0002.jpg, file0003.jpg, etc. I thought, “Man, it sure would be great to be able to just point a program at the folder and have it do it all for me.” Instead, I took a few hours and did it all manually.
If only I had AutoIt back then. I could have then taken the script from Folder Recursion in AutoIt, tweaked it a bit, and I would have been done in a few minutes.
Well, if you find that you need to perform an action on every file in every subfolder of a specific directory, then Folder Recursion in AutoIt will be a big help for you.
If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?

