Main > Free Download Search >

Free batch rename .exe software for linux

batch rename .exe

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 728
GPRename 2.4

GPRename 2.4


GPRename is a GUI batch file renamer based on Gtk-Perl. more>>
GPRename is a GUI batch file renamer based on Gtk-Perl.

GPRename can rename files numerically, insert/delete characters at/between specified position(s), replace strings (either using regular express or not), and change case.

<<less
Download (0.036MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
831 downloads
massrename 0.9.7

massrename 0.9.7


massrename is a general-purpose utility for batch-renaming file extensions. more>>
massrename is a general-purpose utility for batch-renaming file extensions, as well as strings within the base filename (for example, "SomeblehFile.mp3" to "SomeblahFile.mp3")
Usage: /usr/bin/massrename [ ARGUMENTS ] ...
Examples:
massrename --from mp3 --to ogg # rename *.mp3 to *.ogg
massrename -f ogg -t mp3 -n # rename *.ogg to *.mp3, no logging
Operation Modifiers:
Required arguments:
-f, --from source file extension or string to rename
-t, --to output file extension or string to rename to
Optional arguments:
-b, --beginning add a string to the beginning of the filename
-c, --change-dir DIR rename files in DIR instead of the current directory
-d, --dotfiles rename hidden files too
-e, --end add a string to the end of the filename
-h, --help display this help output and exit
-i, --ignore-case ignores filenames case when searching
for files to rename
-n, --no-logs dont make a log of renamed files
-p, --perl-rename use perls rename() function instead of the systems
"mv" command
-v, --version display version information and exit
-w, --within search for string within filename instead of extension
Enhancements:
- Minor bugfixes.
- The README file has been revised.
- An optional argument "--ignore-case" has been added, allowing massrename to ignore the case of filenames to be renamed at runtime.
- Debian and Red Hat package formats have been added.
<<less
Download (0.008MB)
Added: 2006-11-24 License: Artistic License Price:
1172 downloads
Batch Download 1.1.4

Batch Download 1.1.4


Batch Download is a plugin for Firefox that makes downloading multiple images easy. more>>
Batch Download is a plugin for Firefox that makes downloading multiple images easy.

Like FlashGets batch download,but special designed for some image site!

You will find it very useful when you download some url like

http://www.google.com/1.jpg
http://www.google.com/2.jpg
http://www.google.com/3.jpg...

or some other urls like:

http://www.google.com/0102.jpg
http://www.google.com/0203.jpg
http://www.google.com/0304.jpg...

And also you can download all images in current page at once.

<<less
Download (0.058MB)
Added: 2007-04-08 License: MPL (Mozilla Public License) Price:
951 downloads
TabRenamizer 0.8.2

TabRenamizer 0.8.2


TabRenamizer is a Firefox extension which allows to rename tabs. more>>
TabRenamizer is a Firefox extension which allows to rename tabs.
Have you noticed that everybody looks the titles of your open tabs? It has a name: Paranoia! And a solution too: TabRenamizer!
TabRenamizer adds two new options in your Tools menu.
Main features:
- Rename tabs now: with a simple click you will be able to change the name of your open tabs to random ones.
- Rename tabs (auto): when this option is enabled, tabs are renamed automatically.
<<less
Download (0.017MB)
Added: 2007-07-21 License: MPL (Mozilla Public License) Price:
835 downloads
MySpace Friend Renamer .86

MySpace Friend Renamer .86


MySpace Friend Renamer provides an extension that allows you to rename your MySpace Friends. more>>
MySpace Friend Renamer provides an extension that allows you to rename your MySpace Friends.

This adds a right click option to Myspace Pages and allows you to change the display name for any of your friends. Handy if your friends change names often, or pick strange and obscure names.

Also in response to comments. If a tab is not in focus when the page loads, the extension will not rename.

I believe that the extension will conflict with other extensions that change pages when they load. If I find a better way to do it, I will change it.

<<less
Download (0.004MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
934 downloads
pyRenamer 0.4.1

pyRenamer 0.4.1


pyRenamer project allows you to change the name of several files at the same time easily. more>>
pyRenamer project allows you to change the name of several files at the same time easily.
Main features:
- You can use patterns to rename files.
- You can use search & replace to rename files.
- You can use common substitutions.
- You can manually rename selected files.
Installation:
tar xzvf pyrenamer-0.1.tar.gz
cd pyrenamer-0.1
./configure --prefix /usr
sudo make install
Enhancements:
- Now you can start pyRenamer in the directory that you want
- Preferences added to set default directories
- Added command line options to set directories
- Fixed bug on {num} pattern and syntax change from {num-2} to {num+2}
- Preview new filename when clicking PAGE_UP, PAGE_DOWN or RETURN on manual rename
- Add button to clear previewed filenames
- Better file selection filter
- Better unicode support
- Some GUI changes
- Bug fixes
- Check if directories set on Preferences are correct
- Remove debug info from console
- Fix bug reading preferences from gconf
- Activate Rename button on selection using keys
<<less
Download (0.066MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
805 downloads
audio_rename 0.9708

audio_rename 0.9708


audio_rename can rename an audio file via information got via MP3::Tag. more>>
audio_rename can rename an audio file via information got via MP3::Tag.

SYNOPSIS

audio_rename -csR -@p "@a/@l/@02n_@t" .

renames all the audio files in this directory and its subdirectories into a 3-level directory structure given by Artist_Name/Album/Filename, with the basename of Filename being the 2-digit track number separated from the title by underscore.

audio_rename -KD *.wav

Reports how it would rename the *.wav files in this directory according to the default -p rule, but without protectiing "funny" characters. Will not do actual renaming.

audio_rename -sc *.mp3

Rename the *.mp3 files in this directory according to the default -p rule, translating cyrillic characters into Latin "equivalents", shortening the names of long components, and protecting "funny" characters.

audio_rename -p %a/%{d0}/%B -G */*.mp3

Assuming one-level subdirectory structure dir/filename.ext, finds files with extension .mp3, and "sorts" them into a two-level subdirectory structure; toplevel directory is based on the "artist" field, the remaing level is preserved.

audio_rename -p %a/%{d0}/%B -R .

Likewise, but does not suppose any particular depth of the current directory structure; only the filename and the most internal directory name are preserved.

audio_rename -p %a/%N -R .

Likewise, but all directory names (inside the current directory) are preserved.

The script takes a list of files (or, with -R option, directories) and renames the given files (or audio files in the directories) according to the rules specified through the command line options. File extensions are preserved (by default).

Some "companion" files (i.e., file with the same basename, and with an extension from a certain list) may be renamed together with audio files. A lot of care is taken to make the resulting file names as portable as possible: e.g., "funny" characters in file names are dumbed down (unless requested otherwise), long filename components may be shortened to certain limits.

A care is taken so that renaming will not overwrite existing files; however, on OSes which allow rename() to overwrite files, race conditions can ruin the best intentions. E.g., do not run several "overlapping" rename procedures simultaneously!

<<less
Download (0.17MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1221 downloads
renamepics 1.0.2

renamepics 1.0.2


renamepics is a script that uses the exiftags program to rename all JPEG files within a directory. more>>
renamepics project uses the exiftags program to rename all JPEG files within a directory to the date and time they were taken using EXIF information.
For example a file named Sally1-birthday.jpg would be renamed something like 20051011-141023.jpg
This keeps all file names unique (provided you arent taking more than 1 picture per second), and lets you tell when the picture was taken with a glance.
renamepics should be considered beta software at best, and there is no guarantee, explicit or implied.
Use at your own risk.
It is working great for me, but if it chews up all your precious pictures and you never see them again, I dont want to hear about it.
Enhancements:
- This release makes exif the default program to extract exif data instead of exiftags, as it seems to run a bit cleaner.
- exiftags can still be used by uncommenting in the script.
<<less
Download (0.007MB)
Added: 2006-08-30 License: Freely Distributable Price:
1152 downloads
MP3 renamer 2006 0.62

MP3 renamer 2006 0.62


Mp3 renamer 2006 by MiKe is a shell script for Linux. more>>
Mp3 renamer 2006 by MiKe is a shell script for Linux. MP3 renamer goes by the Unix name of rename-mp3. It looks at MP3 files in a Directory and, using id3v2, will rename all the mp3 files in a nice format according to the id3 tags rename-mp3 will look at both v1 and v2 id3 tags, and will make the output file in a Title-Album-Artist.mp3 format.
It saves time, and not only will it read the id3 tags, but in the event that the MP3 file has no id3 tags, you will be given 4 options
1)abort 2)skip 3)rename 4)write id3 tags, and you are asked what you would like the id3 tag artist, track name and album to be.
This is great if you want the track to be easy to view and yet you still like having a library of music that is all tagged nicely!
Enhancements:
- New stuff: The INSTALLER now works, whereas before it wouldnt copy...
<<less
Download (0.005MB)
Added: 2006-03-22 License: Other/Proprietary License with Source Price:
1317 downloads
ckmame 0.9

ckmame 0.9


ckmame is a program to check ROM sets for MAME, the Multiple Arcade Machine Emulator. more>>
ckmame is a program to check ROM sets for MAME, the Multiple Arcade Machine Emulator.

ckmame project tells you which ROM files are missing or have a wrong checksum, and can delete unknown and unused files from the ROM sets, and rename or move ROM files.

<<less
Download (0.21MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
873 downloads
Knamer 0.10

Knamer 0.10


Knamer is a simple little utility for batch renaming files. more>>
Knamer program is a simple little utility for batch renaming files.

At first, I wrote Knamer to meet my own needs, which were mostly renaming photographs and TV episodes. Later it expanded to include more and more features that hopefully others will find useful. Believe it or not, I had Knamer half written before I even discovered Krename. Had I found it earlier, I probably wouldnt have bothered.

Most information you could want is included in the README. I also included a directory of test files for you to play around with if youd rather not mess with your own files at first.

In my experience, Knamer has proved quite stable, usually only encountering problems on files with tricky characters in the name. If things should prove otherwise on your system, please let me know. If a particular filename (old or new) is causing trouble, please email me the exact details and Ill see if I can get it fixed.

Usage:

Knamer usage is slightly different than that of most other renaming applications, so it might be worth your while to read through the Help tab before trying to use the program. It outlines the basic operation of Knamer and also gives an extensive set of examples. Additionally, almost every button or setting has "Whats this?" information that can be accessed using the question mark button on the toolbar or by pressing Shift + F1.

<<less
Download (0.025MB)
Added: 2006-08-05 License: GPL (GNU General Public License) Price:
1175 downloads
Hovergen 0.2

Hovergen 0.2


Hovergen is a (half)automated creation CD (DVD) hovers. more>>
Hovergen is a (half)automated creation CD (DVD) hovers. Disc titles keeps in text database. Approximate usage:
hovergen 1200-1240 >hover.html

File hover.html contain a hovers for discs from 1200 to 1240. Program has a console interface, distributed under GPL. Works under: Windows (any), Linux, FreeBSD (unchecked), other posix OSes.

Installation for Linux:

1. Go to src dir
2. rename config.h.lin.freebsd to config.h
3. edit it.
4. If you are using not a GCC - edit Makefile.
5. call make
6. call make install
7. put you prefered config file (one from sample dir, or your own)
as a /usr/etc/hovergen.conf, edit it, if nessesary.
<<less
Download (0.026MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1183 downloads
Semi-Batched-Image-Editor 0.9

Semi-Batched-Image-Editor 0.9


Semi-Batched-Image-Editor program is an image editor for Linux. more>>
Semi-Batched-Image-Editor program is an image editor for Linux.
The problem: Got a huge amount of scanned pictures (from your digital camera, or as Picture-CD from your favorite lab)? Want to rotate some of them to the right orientation? Select a good detail? Scale to a given output format? Want to do this with as less as possible mouseclicks?
The solution: SeBIE - the Semi-Batched-Image-Editor.
Main features:
- Input filename selection via regular expressions.
- Create output filename via regular expression and substitution.
- Select image details with a given proportion.
- Scale to a given output format when saving.
- Apply some color correction (at the moment only gamma curve correction is possible).
Why Semi-Batched? Because SeBIE is not fully batch processing. A rest of user interaction is still needed (and wanted).
SeBIE is written in C using the gdk/gtk (glib-2.0.7/gtk+-2.0.9) toolkit.
Installation:
Get the source distribution from the download page and unpack:
tar -xvzf sebie-0.9.tar.gz
Change to the sebie source directory:
cd sebie-0.9
Run the configure script:
./configure
Build the executable:
make all
And install it as root:
make install
Start the application using the command sebie....
Enhancements:
- Add events delete_event and destroy to main window.
- Handling resizable drawing area.
<<less
Download (0.087MB)
Added: 2006-02-06 License: GPL (GNU General Public License) Price:
1358 downloads
ReNameIt For Linux 1.0.20

ReNameIt For Linux 1.0.20


ReNameIt is a powerful desktop tool more>> ReNameIt is a powerful desktop tool which will help you rename & index any number of files quickly and safely. If you need to index your pictures, MP3s, movies or if you simply need to keep your files in perfect order then ReNameIt is the tool you need.<<less
Download (134KB)
Added: 2009-04-14 License: Freeware Price: Free
193 downloads
gFast File 0.1.1

gFast File 0.1.1


gFast File is a file manager like Nautilus or Konkeror. more>>
gFast File is a file manager like Konqueror or Nautilus. You can work with your files with classical operations: Copy, Move, Rename and Open like others but with gFast File you have a work queue with all your operations. gFast File work to complete all task without your attention.
gFast File is programmed with MONO, C#, GTK# and Glade.
Main features:
- Written in MONO and GTK.
- Under GNU License
- History with all the directories that you visited.
- Bookmarks with your favourites directories.
- Work queue, with Copy, Move and Delete operations. Work without your attention
- Easily add new targets to open files editing know_files.xml file.
<<less
Download (0.81MB)
Added: 2006-11-08 License: GPL (GNU General Public License) Price:
1082 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5