builtBackwards

Reverse Engineering is in Our Nature

First Release: PhotoRec Sorter

Platform: Windows (NT/2K/XP/VISTA) (9x Untested)

I regularly use PhotoRec to retrieve files from inaccessible file systems for customers, and to make sorting through the rescued files a bit easier I usually organized them by file type (.exe, .pdf, .doc. etc.)Normally I do this with Cygwin and the find command ( find ./ -name \*.pdf -exec mv -v {} ./PDF/ \; ) but I end up having to make directories for each file type extension and run the command once for each file type. I started to right a bash script to speed up the process then realized that AuoItv3 would be much more appropriate and put together this script + stand-alone executable.

Project Page: PhotoRec Sorter