You are not logged in.
Pages: 1
Hi,
I'm trying to add ordered filenames to my files like appending 001_ in front of them.
The problem is i'm trying to do this manually and i would like to add what is the proper way to do this via script in order of date modified?
Thanks
Offline
Hi and welcome.
not sure if I understand correctly what you want?
Sounds like you want
FROM
a.txt 09.05
b.txt 02.02
c.txt 07.03
TO:
001_b.txt 02.02
002_c.txt 07.03
003_a.txt 09.05
DO:
- add your files
- Sort: http://www.den4b.com/wiki/ReNamer:Sorting_files --- Automatic sorting
- Insert underscore: http://www.den4b.com/wiki/ReNamer:Rules:Insert
- Add numbering: http://www.den4b.com/wiki/ReNamer:Rules:Serialize
Read the *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)
Offline
Thanks mate I'll try this out
Last edited by ShadowoftheDarkgod (2018-02-05 11:56)
Offline
Pages: 1