Multi-Rename Script
Open source application for massive file renaming.
Download Documentation Write Plugin
Notes:
[*:1tip15hf] On Windows 7, you need to disable the DEP protection on AHK (or MRS.exe in this case).
[*:1tip15hf] Some Total Commander plugins are included in the archive for operational and presentational purposes (AnyTag, FileX, Images, ShellDetails, WdHash). For more info see their respective pages.
[*:1tip15hf] Script includes ready to use module TCwdx.ahk which can be used to operate with Total Commander content plugins.
[*:1tip15hf] Total Commander users can add MRS to the menu with %UL parameter. TC post is here.
ChangeLog
v1.5c 19/02/2010
! Fixed issue with content plugins that have - in the name (i.e. jpg-comment.wdx)
+ Optimization: Improved speed of editor preview a lot.
v1.5b
+ TCWdx module improved:
+ Unicode support for TC content plugins - module will first try W export, then A export, then it will return error.
+ It cashes function adresses for faster subsequent calls. HTML manual for external use.
* Removed dependency on folder names to be equal to content plugins names. When TC ini file is not present, module now searches recursively for all wdx files in the \plugins folder.* Range will no longer flicker in "select range" inputbox. Inputbox is wider.
+ Added TC content plugin cputil.wdx which allows to find file names with characters from a different code page, and rename them using conversion table.
+ ShellDetails.wdx updated to Unicode version.[/list]
v1.5a
+ Unicode support in GUI and AHK Plugins. Total Commander plugins are still not unicode (because they still mostly don't support it).
+ Resizable window (window placement is saved in ini)
+ Rename operation will create directory if it doesn't exist (__meta__)
+ If you hold CTRL while using drag&drop or shell extension to add single folder, MRS will add its files instead.
* Preset Save button and DropDown replaced with single editable ComboBox. To save preset write its desired name and press ENTER. To load preset select it from the list or type its name.
* You don't need AHK anymore to run MRS. AHKL is included in the archive, renamed to MRS.exe so you don't have to install it. MRS.ahk itself is renamed to AutoHotKey.ini.
+ Optimization: 10% faster renaming.
v1.1
* ComboX, HLink modules updated. This will fix ComboX issue where plugin buttons were drawn over it.
+ CTRL + A hotkey added to select all files in the list view.
+ Little gui improvements.
! Bugfix: Script freezing, mostly on Win7 & Vista.
+ New AHK plugin Sub: Extracts substring from file name from str1 up to the str2.
[/list]