TechLookz

 
Go Back   TechLookz > Software Downloads > Application Downloads

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read



Post New ThreadReply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-23-2008, 04:08 AM
Moderator
 
Join Date: Apr 2008
Posts: 1,613
Send a message via MSN to NextFlowerz
Default RenameWand 2.2

Ever wished there was an easy way to rename files or directories quickly without having to struggle with clunky graphical interfaces? RenameWand can help you with that!RenameWand is a simple command-line utility for renaming files or directories using an intuitive but powerful syntax (like regex, only much easier).

Perform string operations (e.g. case conversions, rearrangements of substrings), arithmetic operations (e.g. on the numbers in the filename), enumerate files (e.g. by name, size, time, or other attributes), insert timestamps, and many more file and system attributes with ease!RenameWand supports pattern matching using glob patterns and wildcards *, ?, [ ], and { }, as well as a special register capture group construct.
Runs on any OS with the Java Runtime Environment (JRE 6+). RenameWand is free and open source software written in Java and released under the GNU GPL license (version 3).
MAIN FEATURES:* Supports the common glob patterns and wildcards *, ?, [ ], and { } for matching filenames.
* Use a special register capture group construct to capture strings of characters in the filename.
* Macros are defined for a variety of file and system attributes, such as file name (FN.*), file size (FS.*), file last-modified time (FT.*), current time (CT.*), system environment variables (ENV.*), and system properties (SYS.*).
* A wide range of operations can be applied to registers and macros: case conversions (e.g. *.upper, *.lower, *.title), substring operations (e.g. myreg[1:3]), arithmetic operations (e.g. a/(b-c)^d), enumeration operations (e.g. #FT, #(myreg1+myreg2)), and more.
* File rename operations are sequenced so that they are conflict-free, and temporary filenames are automatically used when necessary.

Download
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Post New ThreadReply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +5.5. The time now is 09:25 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148