Getting sequential filename data from a file
Hiya folks.
I am not sure if I am pushing Advanced Renamer too far, but I was wondering if there's an easy way to get the file names from a file with a script?
Let's say I have 8 files: 1.txt, 2.txt 3.txt 4.txt 5.txt 6.txt 7.txt 8.txt
And a flat file called datasets.txt with:
advanced
renamer
voyager
escalator
cheese
turnips
catapult
wumpus
Could I append those words from a flat file to the original filename to produce
1 - advanced.txt
2 - renamer.txt
3 - voyager.txt
4 - escalator.txt
5 - cheese.txt
6 - turnips.txt
7 - catapult.txt
8 - wumpus.txt
I am not sure if I am pushing Advanced Renamer too far, but I was wondering if there's an easy way to get the file names from a file with a script?
Let's say I have 8 files: 1.txt, 2.txt 3.txt 4.txt 5.txt 6.txt 7.txt 8.txt
And a flat file called datasets.txt with:
advanced
renamer
voyager
escalator
cheese
turnips
catapult
wumpus
Could I append those words from a flat file to the original filename to produce
1 - advanced.txt
2 - renamer.txt
3 - voyager.txt
4 - escalator.txt
5 - cheese.txt
6 - turnips.txt
7 - catapult.txt
8 - wumpus.txt
Read the User Guide!!!
List Method
List Method