You are not logged in.
Pages: 1
Hi,
I need to apply a script that rename files inside a folder.
The name of that sub-folder change each week
The files to rename inside that sub-folder are have the same name, so I can use a .txt listing file in the script
How to ask Renamer to search in the right sub-folder, knowing that his name changes each week.
Actually my script looks like this :
"C:\Users\Mes Documents\Downloads\ReNamer\ReNamer.exe" /rename "ChangeName" /list "renameList.txt"
Thanks a lot
Offline
ReNamer cannot magically guess to right folder, so you'll have to tell it the correct path, one way or another.
How do you figure out where is the correct folder?
Also, you don't need to use "/list" argument. You can pass the folder path directly to ReNamer in the command line arguments.
For example:
ReNamer.exe /rename "My Preset" "C:\My Special Folder"
For the reference:
https://www.den4b.com/wiki/ReNamer:Command_Line
Offline
Pages: 1