This is a script I put together to make it as fast and as easy as possible for a user to batch process image files using the free program Irfanview. The program itself is already really great with a batch processing feature, but it also has CMD interfacing so that just screamed "Do an Autoit Script!" at me.   I ended up going for context menu integration so that I could have any folder auto populate its path to the script rather than relying on the user to type it or something. There could