i'm hoping to find time to try and figure this one out myself using AutoHotKey but i would be delighted if skrommel beat me to it (hint hint).
the idea is rather personal and perhaps wouldn't be of much use to many people without a little modification to the way the script works. here's the description...
i download (from
www.absolutvision.com) royalty free images that are archived into a zip file before they are sent.
the files inside the zip archive are contained inside a folder called 'gallery' and are of the jpeg2000 format with the extension .jpf
i understand that autohotkey can accept files being dropped onto an autohotkey script .ahk file - whatever is dropped is passed on as arguments.
this makes me hope that a script could be wrote that would automatically extract the contents of one of these zip archives that contain the jpeg2000 files and then change their extension to .jpc instead of .jpf
the procedure would be that you drop the archive onto the autohotkey script icon and everything would automatically continue from there. the result being a 'gallery' folder containing .jpc files.
i appreciate that this a a specialised task but i believe that it would be handy for other uses if the script could be modified slightly. maybe a template mechanism could be achieved if you had a few scripts that changed file extensions in various ways. all you would need to do to quickly change the files would be to drop them onto the relevant autohotkey script icon. i imagine this could probably be done for changing the names of files also, maybe by numbering them or whatever.
i hope all that made some kind of sense.
(sorry about this, i thought there had been an error with the posting process so i've accidently posted this message twice - maybe mouser can delete one of them.)