I have one "productpicture.jpg" and want to rename/duplicate it via a "list.txt" containing several non-sequential articlenumbers, e.g.
00100
09101
13102
13116
14156
14309
16310
17353
17399
18606
18607
18608
19613
21614
21800
23953,
so that i have 00100.jpg, 09101.jpg, 13102.jpg etc., which are all copies of productpicture.jpg.
Is it possible to do this with Ant Renamer? And how?
Cheers,
Harald
Rename one file to create duplicates
-
antp
- Site Admin
- Posts: 9903
- Joined: 2002-05-30 10:13:07
- Location: Brussels
-
harlam
- Posts: 2
- Joined: 2012-10-30 12:44:46
Thanks for the quick response.antp wrote:Hi,
you could do a copy/paste of the file several time in Windows Explorer: press ctrl+c, then press ctrl+v the number of times you want to have a copy of the file. Then you can rename all these copies in Ant Renamer with the list that you'll put in the "from list" action.
In general this is a simple way, yes. But what if you have hundreds and thousands of these files?
Alas, this is not feasible.
-
antp
- Site Admin
- Posts: 9903
- Joined: 2002-05-30 10:13:07
- Location: Brussels