LogFAQs > #877147507

LurkerFAQs, Active DB, Database 1 ( 03.09.2017-09.16.2017 ), DB2, DB3, DB4, DB5, DB6, DB7, DB8, DB9, DB10, DB11, DB12, Clear
Topic List
Page List: 1
TopicWould this be easy for a novice to code?
knivesX2004
04/13/17 8:14:38 PM
#3:


NeoSioType posted...
It's time consuming to do manually so I need a small program that will allow me to:

sort files that have random alphanumeric names (and dates) by renaming the files to have numeric order.

The appropriate order is known from a list so hopefully it's as simple as copy/pasting the list and assigning numbers.


Can you give me an example?
Is it something like this?

Files ------------ list/code----
Knives.jpg ---- > 1 ---> 1.jpg
SBAllah.avi ----> 3 ---> 3.avi
CJayC.flac ----> 2 -----> 2.flac
Harambe.meme ---> 4 ----> 4.meme

final result
1.jpg
2.flac
3.avi
4.meme

???
... Copied to Clipboard!
Topic List
Page List: 1