The Dragon and Chips series

Freeware Utilities

These are minor utilities I put together for my own use. If you find them useful, great, but bear in mind I can't offer support.

Until you know exactly what each option does, I recommend you test these apps with a folder containing copies of files. For example, do not under any circumstances run any of these apps in C:\ or My Documents with recursion set to On. There is no way to undo the damage.

Renamer (dotnet)
This program has a couple of uses. The first is to bulk-rename files in a folder (and optionally in all subfolders). You can specify a string to find in the filename - not in the content - then specify a string to replace it with. The program will then rename all matching files. If the rename operation would generate duplicate filenames, it stops with a warning message.
The second part of this program is a filename formatter, where you can alter various parts of matching filenames, change the filenames to Sentence Case and so on.

Shifter (dotnet)
This simple app can be pointed at a folder, and it will scan that folder, move all files out of any subdirectories and then delete those subdirectories. This is an extremely dangerous program, so please use with care. Just remember it will irrevocably alter the folder you specify, deleting all subfolders and cramming all nested files into the root path.