renamer
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 230

Renamer 5.5
a free file renaming tool. batch file renamer. support multiple renaming actions more>> ReNamer is a very powerful and flexible file renaming tool. It offers all of the standard renaming procedures, including prefixes, suffixes, replacements, case changes, remove contents of brackets, add number sequences, change file extensions, etc. It has an ability to rename folders, process Regular Expressions, and also supports Unicode filenames. For advanced users, there is a PascalScript rule, which let users program their very own renaming rule.
The program allows you to combine multiple renaming actions as a rule set, applying each action in logical sequence, which can be saved, loaded and managed within the program. In addition, ReNamer is able to extract large variety of meta tags, such as: ID3v1, ID3v2, EXIF, OLE, AVI, MD5, SHA1, CRC32 and many more.
It is FREE!<<less
Download (1.33MB)
Added: 2008-06-04 License: Freeware Price: Free
3773 downloads
Other version of Renamer
Price: Notavailable
License:Freeware
License:Freeware
License:Freeware
License:Freeware
License:Freeware
License:Freeware
License:Freeware
License:Freeware
Minimal Software - Renamer Pro comes as a sophisticated program with the power to rename a group of files in a folder. Renamer. Renamer Pro 2.0 comes as a sophisticatedPrice: $0.00
License:Freeware
License:Freeware

Renamer 2006
It is a batch file naming utility that allows you select multiple files. more>> Renamer is a batch file naming utility that allows you select multiple files to rename, and rename them as a group. Typical uses would likely be organizing image collections, or sound clips.
The above screenshot shows Renamer at work. Simply select a directory containing files you want to rename, type in a Prefix that you want to appear in the NEW filename, the FIRST number in the series, and select the number of digits to display the sequential number as.
The two panes display the original files (on the left) and the NEW files names (on the right). Note that you are able to select individual files in the directory to be renamed, and the corresponding NEW filename is shown to its right. Also note that SKIPPING a file on the left side DOES NOT cause the sequence numbers to skip digits.
Files are NOT renamed until you press the "Rename All" button, and confirm that you want to rename the selected files.
Full Setup Installation
This is a standard Windows setup that will install the game and put a icon on your start menu to access the game. Follow these steps to download and install the game:
Click the [Full Setup] link in top right of the header and save the file to your hard drive,
Run Renamer.exe (from within the folder you saved the file to) to install the app.
When finished, you will find a Renamer 2006 folder on your start menu with Renamer in it.<<less
Download (1.87MB)
Added: 2008-07-06 License: Freeware Price: Free
480 downloads
MD Renamer 1.1
tidying up the filenames of all files in a folder more>> MD Renamer is a simple yet effective application for tidying up the filenames of all files in a folder. This is particularily useful when downloading a series of files from the internet, where typically people replace spaces in the filenames with the underscore character or leave everything in lowercase. MD Renamer will attempt to automatically tidy the names, but with a little user intervention is literally able to save hours of renaming.<<less
Download (551k)
Added: 2008-11-03 License: Freeware Price:
383 downloads
Other version of MD Renamer
MD Multimedia - Application to Cleanup the filenames in a folder. MD Renamer. MD Renamer is a simple yet effective application for tidying up the filenames of all files inLicense:Freeware
Easy Renamer 1
Easy Renamer is very helpful to otakus ! more>> Easy Renamer renames files with improper index filenames like say 1.jpg, 2.jpg, 3.jpg... 11.jpg, 12.jpg into 001.jpg, 002.jpg,... 011.jpg, 012.jpg so that they will be in order. Visit the software website for more details.<<less
Download (688KB)
Added: 2004-06-13 License: Freeware Price: Free
2185 downloads
AB Renamer 6.0
Rename multiple files with change. more>>
Rename multiple files with change. AB Renamer application was designed to help you rename multiple files with change.
Search/replace, insert, trim and many other batch operations.
Main features:
- undo,
- preview
- change-operation and can work in sub directories on specified extension
Can also change name to ID3 v1 tags and modify files ID3 tags which makes it perfect for renaming MP3s.
<<lessSearch/replace, insert, trim and many other batch operations.
Main features:
- undo,
- preview
- change-operation and can work in sub directories on specified extension
Can also change name to ID3 v1 tags and modify files ID3 tags which makes it perfect for renaming MP3s.
Download (256KB)
Added: 2007-08-05 License: Freeware Price:
815 downloads
HF Renamer 1.0
HF Renamer allows you to rename multiple files with superb flexibility more>>
HF Renamer allows you to rename multiple files with superb flexibility Hasslefree IT Renamer is the rename tool that Windows rename should have been! This tool allows you to rename multiple files with superb flexibility.
Rename all your files with whatever prefix/suffix you require or just change them all to numerically or alphabetically ordered.
Main features:
- Full sequential numbering support, ie. Image0307.jpg > 00000001.jpg
- Full sequential alphabetic support ie. Image0307.jpg > AAAAAAB.jpg
- Multiple cases supported, convert to upper, lower or proper case
- Preview feature allows full functionality without execution allowing you to view the results before you?ve actually renamed the files!
- Remove characters or strings from the filesnames
- Directory or file renaming
<<lessRename all your files with whatever prefix/suffix you require or just change them all to numerically or alphabetically ordered.
Main features:
- Full sequential numbering support, ie. Image0307.jpg > 00000001.jpg
- Full sequential alphabetic support ie. Image0307.jpg > AAAAAAB.jpg
- Multiple cases supported, convert to upper, lower or proper case
- Preview feature allows full functionality without execution allowing you to view the results before you?ve actually renamed the files!
- Remove characters or strings from the filesnames
- Directory or file renaming
Download (44.0KB)
Added: 2006-08-03 License: Freeware Price:
1179 downloads
BK Renamer 1.0
BK Renamer - mass renaming of files based on a UNIX-style regular expression more>>
BK Renamer - mass renaming of files based on a UNIX-style regular expression BK Renamer was designed to be a command-line tool that will allow you to perform mass renaming of files based on a UNIX-style regular expression.
The syntax of BK Renamer is as follows:
bkren [-s] "searchexpression" "replaceexpression"
If the "-s" (subdirectories) switch is specified, the program will recurse and process all subdirectories along with the current directory. If not specified, the program only processes the files and folders in the current directory.
The "searchexpression" is a regular expression that determines which filenames/foldernames are going to be renamed.
The "replaceexpression" is a replacement regular expression that determines what the filenames/foldernames are changed to.
Examples:
- bkren "(.*).htm" "1.html"
(Change all files/folders in the current directory with the .htm extension to have the .html extension.)
- bkren "(.*).([^.]*)" "1_backup.2"
(Appends _backup to all filenames, but before the file extension. For example, changes bkren.txt to bkren_backup.txt and test.html to test_backup.html. Note that weve put quotes around each argument. This is *required* in some situations, so its a good idea to use quotes if youre not sure.)
- bkren -s "(.*)100(.*)" "13032"
(This go through all filenames in the current directory and all subdirectories and change all instances of "100" in these filenames to "303". For example it would change bkren100.zip to bkren303.zip. It would also change 100monkeys.gif to 303monkeys.gif.)
<<lessThe syntax of BK Renamer is as follows:
bkren [-s] "searchexpression" "replaceexpression"
If the "-s" (subdirectories) switch is specified, the program will recurse and process all subdirectories along with the current directory. If not specified, the program only processes the files and folders in the current directory.
The "searchexpression" is a regular expression that determines which filenames/foldernames are going to be renamed.
The "replaceexpression" is a replacement regular expression that determines what the filenames/foldernames are changed to.
Examples:
- bkren "(.*).htm" "1.html"
(Change all files/folders in the current directory with the .htm extension to have the .html extension.)
- bkren "(.*).([^.]*)" "1_backup.2"
(Appends _backup to all filenames, but before the file extension. For example, changes bkren.txt to bkren_backup.txt and test.html to test_backup.html. Note that weve put quotes around each argument. This is *required* in some situations, so its a good idea to use quotes if youre not sure.)
- bkren -s "(.*)100(.*)" "13032"
(This go through all filenames in the current directory and all subdirectories and change all instances of "100" in these filenames to "303". For example it would change bkren100.zip to bkren303.zip. It would also change 100monkeys.gif to 303monkeys.gif.)
Download (24.2KB)
Added: 2007-06-07 License: Freeware Price:
880 downloads
Mp3 Renamer 2.3
Easy, fast, simply and powerful renamer of your mp3s.Also includes quick fix button in mouse rightclick menu when clicking mp3 more>>
With this program you can easily rename/clean up your mp3 filenames. With this smart tool, your mp3 filenames like "03_-_barry_white_-_songname-by_me.mp3" will be renamed to "Barry White - Songname.mp3".
Or if you want to leave for example the tracknumber, it will be renamed to "03 - Barry White - Songname.mp3". This was just an example, there are many different options available to be used in Mp3 Renamer. And the best is that this is and will always be totally free with all its plugins and stuff.
Mp3 Renamer also features Quick Fixer, the fastest way to rename your mp3s. Simply mouse right click any of your computer mp3 files and you will have "Quick Fix with Mp3 Renamer" button in the pop-up menu. By clicking it, you will get your mp3 renamed clean immediately, you do not need to even open the program to clean up your filenames.
Main features:
- Clean mp3 filenames with many different options
- Create backup(s) before renaming
- Rename a single file or multiple files in folder
- Language support
- All european letters are supported
- Mouse rightclick menu support
<<lessOr if you want to leave for example the tracknumber, it will be renamed to "03 - Barry White - Songname.mp3". This was just an example, there are many different options available to be used in Mp3 Renamer. And the best is that this is and will always be totally free with all its plugins and stuff.
Mp3 Renamer also features Quick Fixer, the fastest way to rename your mp3s. Simply mouse right click any of your computer mp3 files and you will have "Quick Fix with Mp3 Renamer" button in the pop-up menu. By clicking it, you will get your mp3 renamed clean immediately, you do not need to even open the program to clean up your filenames.
Main features:
- Clean mp3 filenames with many different options
- Create backup(s) before renaming
- Rename a single file or multiple files in folder
- Language support
- All european letters are supported
- Mouse rightclick menu support
Download (2.87KB)
Added: 2005-11-11 License: Freeware Price:
1620 downloads
Other version of Mp3 Renamer
License:Freeware
ADF Renamer 1.0
ADF Renamer is a free and powerful renaming tool for Amiga ADF disk images using RomCenter Dats more>>
ADF Renamer is a free and powerful renaming tool for Amiga ADF disk images using RomCenter Dats.
Will take the .DAT files from Romcenter and extract out the filename for ADF files. Use it now on your own collection to rename chosen file you want with the correct name given in the Romcenter dat files (which can be specififed in the .INI file) Only 13 dat different files are allowed in v1.0 of this software. If change in future, this software will have to become updated.
The dat files much be located in "/dats" where the program is started from. The dat filenames itself are located in the ADF_Renamer.ini file. You may change them to what you desire.
Of course this routine only applies if the RomCenter software DOES NOT recognize YOUR filenames or the unique signature stored in the RomCenter data files.
This utility was programmed to serve only the purpose of renaming badly named ADF files you have downloaded from all over the planet, for instance a filename like "ev.adf" does not say much.
This software does not do any automatic renaming. All is manual selection made by you.
Pressing DEL on your selected file will delete it locally on your harddrive!
<<lessWill take the .DAT files from Romcenter and extract out the filename for ADF files. Use it now on your own collection to rename chosen file you want with the correct name given in the Romcenter dat files (which can be specififed in the .INI file) Only 13 dat different files are allowed in v1.0 of this software. If change in future, this software will have to become updated.
The dat files much be located in "/dats" where the program is started from. The dat filenames itself are located in the ADF_Renamer.ini file. You may change them to what you desire.
Of course this routine only applies if the RomCenter software DOES NOT recognize YOUR filenames or the unique signature stored in the RomCenter data files.
This utility was programmed to serve only the purpose of renaming badly named ADF files you have downloaded from all over the planet, for instance a filename like "ev.adf" does not say much.
This software does not do any automatic renaming. All is manual selection made by you.
Pressing DEL on your selected file will delete it locally on your harddrive!
Download (418KB)
Added: 2006-03-24 License: Freeware Price:
1334 downloads
Mass Renamer 1.1
Mass Renamer - a small tool that can be used for renaming your files more>>
Mass Renamer - a small tool that can be used for renaming your files Mass Renamer is a small tool that can be used for renaming your files.
System requirements:
- Windows 98, Me, NT, 2000, XP, 2003, Vista
<<lessSystem requirements:
- Windows 98, Me, NT, 2000, XP, 2003, Vista
Download (639KB)
Added: 2007-01-18 License: Freeware Price:
637 downloads
JPG Renamer 0.05
JPG Renamer will allow you to rename JPG photos taken with a digital camera more>>
JPG Renamer will allow you to rename JPG photos taken with a digital camera JPG Renamer will allow you to rename JPG photos taken with a digital camera in the format yyyymmdd_count where the date is taken from the shooting date registered in the metadata information of the photo.
Photos are sorted according to the shooting time.
JPG Renamer is easy to use and reliable, making sure your photos name will look the way they should.
<<lessPhotos are sorted according to the shooting time.
JPG Renamer is easy to use and reliable, making sure your photos name will look the way they should.
Download (4.87MB)
Added: 2007-08-22 License: GPL Price:
802 downloads
Tiny Renamer 1.1
A tiny but powerful renaming tool. more>> A tiny but powerful renaming tool.
Back on powerful Regular Expression, this small tool can make you deal with all kinds of renaming work. Safe in renaming, with check before renaming and revert (rename back) after renaming.No installation, small, portable and, its free.
System requirements:
- VB Runtime
Download (17KB)
Added: 2008-09-23 License: Freeware Price: FREE
433 downloads
File Renamer 1.1.8.7
Rename all your files and folders, with a lot more options. more>> File Renamer will let you rename all your files and folders, but with a lot more options. Can batch rename files, add or remove strings to filenames, change file extensions, numerate filenames sequentially, convert to uppercase or lowercase, trim characters, replace strings, and some more.. Works with multiple directories, suports Drag and Drop and works from the command line. Also has undo function for last rename done.<<less
Download (522KB)
Added: 2008-07-12 License: Freeware Price: $0.00
474 downloads
Other version of File Renamer
webxpace.com - File Renamer - Rename all your files, folders and shortcuts. File Renamer. File Renamer - Rename all your files, folders and shortcuts, with all shapesLicense:Freeware

PS File Renamer 1
PS File Renamer brings a userfriendly, secure and reliable file renaming application. more>>
PS File Renamer 1 brings a userfriendly, secure and reliable file renaming application. Files in a directory can be renamed by using combinations of original filename/extension, numbering or custom text. You can also find/replace part of a filename. Files to be renamed can be filtered by file extension if required.
Download (285.5KB)
Added: 2006-04-22 License: Freeware Price: $0.00
downloads
Batch Renamer 2.1
Batch Renamer is a powerful cross platform tool that allows you to rename several files at once. more>>
Batch Renamer is a powerful cross platform tool that allows you to rename several files at once. Batch Renamer is a powerful cross platform utility that will allow the user to rename several files at once.
The main feature of Batch Renamer is to rename several files at once based on search and replace patterns.
Main features:
- Search for constant strings (ex.: replace ".old" by ".new") or regular expressions
- Replace regular expressions with dinamic values (ex.: swap first two numeric strings)
- Use numeric sequences
- Cross platform GUI
- Multi-language
<<lessThe main feature of Batch Renamer is to rename several files at once based on search and replace patterns.
Main features:
- Search for constant strings (ex.: replace ".old" by ".new") or regular expressions
- Replace regular expressions with dinamic values (ex.: swap first two numeric strings)
- Use numeric sequences
- Cross platform GUI
- Multi-language
Download (3.1MB)
Added: 2007-06-19 License: Freeware Price:
867 downloads
Other version of Batch Renamer
License:GPL
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above renamer search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed