Thread: Useful programs
View Single Post
  #14  
Old 18-05-2024, 05:31
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by brispuss View Post
Thanks for this very useful program!

Would it be possible to create a file listing based on reading file headers instead of reading file extensions? Reasons being that file extensions are not always valid, and some files don't have extensions at all!

And if possible, export file types to appropriately named folders for further processing. And maybe import processed files back to their original locations?

Yes, I know this would be a big task, but possible?

Thank you.

  • yes, it would be rather useful if it also exported the full path for each file.

  • i just modified ListExt.exe, and now it creates TXT files that include the full paths of the corresponding files for each file extension. (if there's no file extension, the file will be named 'Unknown-#').

  • by default, this feature is disabled. use the config file (ListExt.ini) to enable it as follows:


Code:
ListExt.ini

...

; Save the categorized file list in TXT files.
ExportFileList     = 1
ExportRelativeName = 0
ExportFileListPath = ".\MyOutput"



.
Attached Images
File Type: png 0.png (17.8 KB, 239 views)
File Type: png 1.png (285.2 KB, 235 views)
File Type: png 2.png (90.5 KB, 245 views)
File Type: png 3.png (14.1 KB, 243 views)
Attached Files
File Type: rar ListExt v2 [2024-May-18].rar (77.8 KB, 36 views)
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
brispuss (18-05-2024), Ele (18-05-2024), felice2011 (19-05-2024), kj911 (18-05-2024), Rekulou (28-05-2025), ScOOt3r (18-05-2024)