Messages - p3lb0x [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 84next
1
While this may not be quite as well polished as the original version. I wrote a small console utility that does the same thing.

It is purely commandline based.
Setting the root directory is done using the option "-d" followed by the root directory to search from (example -d "c:/familyphotos")
Extension filtering is done by "-e" followed by the extensions you want to include (for example -e "wav,ogg,mp3")
The amount of files for you to choose from is set with the "-t" option followed by an integer.
This changes the behavior slightly if higher than 10, as 10 cannot be input in a single character. So when selecting you have to hit enter as well.

This gif should illustrate: bac.gif

2
My bad completely forgot about it due to real life. I'll give it a shoot soon.

3
If no one else takes this, I'll take a shot at it in about a week.

4
Ah yes, I done goofed with the first one. Added in a check to make sure we don't try to move the directory to the same folder, but accidentally checked against the wrong variable :)

5
Shouldn't be too horrible to do.

edit: Done diddly.

Pull any folder you want on to the executable and it will count the folders and files inside and rename the folder to "# OldFolderName". I put the sourcecode rar as well. If you want it for multiple folders at once that can be easily done.

Edit edit: Okay, added functionality to drop multiple folders in at once.

Requires .Net 4.6.1

Pages: [1] 2 3 4 5 6 ... 84next
Go to full version