Renumbering of marked files
Posted: 2017-01-27 13:39:34
I want to renumber some files in a folder. However, I do not succeed to renumber only those files I have marked. I only can renubmer all files in a folder (or files with a certain extension).
My .arb file looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<AntRenamer Version="2.10.0" Date="27.01.2017">
<Batch>
<Enum Mask="%num% - %name%%ext%" Start="1" Digits="2" Incr="1" Restart="1"/>
</Batch>
</AntRenamer>
I have extended the registry by the following entry
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Enumerate all mp3 files in directory (Dir)]
[HKEY_CLASSES_ROOT\Directory\shell\Enumerate all mp3 files in directory (Dir)\command]
@="C:\\Programme (User)\\AntRenamer\\Renamer.exe -b \"C:\\Programme (User)\\AntRenamer\\numberfiles.arb\" -af \"%1\\*.mp3\" -g -x
I have also tried, to add the following entry. But this does not work. Each file gets the numer "01 -" and all files in the folder are renamed (not only the marked ones).
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Enumerate all files in folder]
[HKEY_CLASSES_ROOT\*\shell\Enumerate all files in folder\command]
@="C:\\Programme (User)\\AntRenamer\\Renamer.exe -b \"C:\\Programme (User)\\AntRenamer\\numberfiles.arb\" -af *%1.\" -g -x"
any idea, how to achieve a renumbering of marked files only?
Thank you for your help.
My .arb file looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<AntRenamer Version="2.10.0" Date="27.01.2017">
<Batch>
<Enum Mask="%num% - %name%%ext%" Start="1" Digits="2" Incr="1" Restart="1"/>
</Batch>
</AntRenamer>
I have extended the registry by the following entry
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Enumerate all mp3 files in directory (Dir)]
[HKEY_CLASSES_ROOT\Directory\shell\Enumerate all mp3 files in directory (Dir)\command]
@="C:\\Programme (User)\\AntRenamer\\Renamer.exe -b \"C:\\Programme (User)\\AntRenamer\\numberfiles.arb\" -af \"%1\\*.mp3\" -g -x
I have also tried, to add the following entry. But this does not work. Each file gets the numer "01 -" and all files in the folder are renamed (not only the marked ones).
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Enumerate all files in folder]
[HKEY_CLASSES_ROOT\*\shell\Enumerate all files in folder\command]
@="C:\\Programme (User)\\AntRenamer\\Renamer.exe -b \"C:\\Programme (User)\\AntRenamer\\numberfiles.arb\" -af *%1.\" -g -x"
any idea, how to achieve a renumbering of marked files only?
Thank you for your help.