Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AnotherRenamer-v0.1.2.1-source.7z | 2010-11-20 | 62.8 kB | |
AnotherRenamer-v0.1.2.1-source.zip | 2010-11-20 | 110.0 kB | |
Totals: 2 Items | 172.9 kB | 0 |
Usage: Navigate to the folder containing files you wish to rename, type a regular expression in the textbox below the directory tree and the replacement expression in the box to its right. Then click "Add". Repeat this til you've added all the regular expressions you want. Select the files to apply these regular expressions to then click "RENAME". Refer to groups (things surrounded by parentheses) using $1, $2, etc (same as in JavaScript). Special Methods: To use a special method: In the REPLACE input, type the NAME of the method In the PATTERN input, type :: followed by any OPTIONS the method takes, seperated by "|"s. Current special methods are (NAME, OPTIONS): upper, ::match lower, ::match counter, ::index|value|padding|match created, ::index|format|match modified, ::index|format|match For information on how to format times, please see table at: http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx For information on how to use regular expressions, please see: http://www.regular-expressions.info/ Changelog 0.1.7.1 + Bugfix - Subfolders were not using final backslash 0.1.7.0 + Split character changed for special methods, now it is the vertical bar/pipe character "|" + Counter special method now supports optional match (options now ::index|start|padding|match) + New special methods: created, modified (options are ::index|format|match, all optional) + Support for subfolders (for depth greater than 5 edit .ini, 0 means off) + Better XP support in folderview + Some colours saved to the .ini (argb as signed int, deleteing [Colours] section will reset to defaults) + Added case insensitive option as checkbox + Bugfixes May drop beta tag when/if I make next release as I think I've achieved all the features I originally wanted. You want a new feature? If you don't tell me, I'll never know it. 0.1.6.0 + Errors handled better (Double click on a row with error for error message) + Counter code tidied up (Easier to extend/make similar features) + Recoded how .ini files are accessed (A bad setting shouldn't break whole load) + Colours moved into a subclass (Easier to edit => Possible custom colours in future) + Bugfixes 0.1.5.0 + More selective image cache + Better refreshing of directories + Bugfixes 0.1.4.0 + Re-coded treeview of directories + Bugfixes 0.1.3.0 + Insert Counters + Case conversion