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
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
phpMyAdmin 2.10.3 / 2.11.0 RC1

phpMyAdmin 2.10.3 / 2.11.0 RC1


phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the WWW. more>>
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the WWW.
Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data and administrate one single database and multiple MySQL servers.
phpMyAdmin can manage a whole MySQL server as well as a single database. To accomplish the latter youll need a properly set up MySQL user who can read/write only the desired database. Its up to you to look up the appropriate part in the MySQL manual.
Main features:
- create and drop databases
- create, copy, drop, rename and alter tables
- do table maintenance
- delete, edit and add fields
- execute any SQL-statement, even batch-queries
- manage keys on fields
- load text files into tables
- create (*) and read dumps of tables
- export (*) data to CSV, XML and Latex formats
- administer multiple servers
- manage MySQL users and privileges
- check referential integrity in MyISAM tables
- using Query-by-example (QBE), create complex queries automatically connecting required tables
- create PDF graphics of your Database layout
- search globally in a database or a subset of it
- transform stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link or ...
- support InnoDB tables and foreign keys (see FAQ 3.6)
- support mysqli, the improved MySQL extension (see FAQ 1.17)
- communicate in 47 different languages
<<less
Download (MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
890 downloads
Mp3tag 1.4

Mp3tag 1.4


Mp3tag is an Objective-Caml library which can be used in other tools to read, write or graphically edit tags. more>>
Mp3tag is an Objective-Caml library which can be used in other tools to read, write or graphically edit tags (v1 or v2) in mp3 files.

mp3tag library comes with the mp3tag and cddbtag example tools.

The mp3tag tool included can be used to modify tags in mp3 files, or rename files according to tags.

The cddbtag tool included can be used to modify tags in mp3 files, by using a CDDB server to get artist, album and tracks corresponding to the given mp3 files.

The mp3tag tool

The mp3tag tool included can be used to modify tags in mp3 files, or rename files according to tags. Here are some examples of usage:
mp3tag file_1.mp3 ... file_n.mp3

Print tags of the given files.

mp3tag -a "Les Cowboys Fringants" -l "Attache ta tuque" *.mp3

Set artist and album tags in all mp3 files of the current directory.

mp3tag -a "Les Cowboys Fringants" -l "Attache ta tuque" -t "Toune dautomne" -n 11 -g 102 file.mp3

Set artist, album, title, track number and genre tags in file.mp3.

mp3tag -e file_1.mp3 ... file_n.mp3

Graphically edit tags in each given file.

mp3tag -r file_1.mp3 ... file_n.mp3

Rename the given files according to their tags, with the default name format.

mp3tag -r -f 1 file_1.mp3 ... file_n.mp3

Rename the given files according to their tags, with the predefined format "1".

mp3tag --formats

Print the list of predefined renaming formats.

mp3tag -F "%n - %t" file_1.mp3 ... file_n.mp3

Rename the given files according to their tags with the given format. Here, each file will be renamed as < track number > - < title >.mp3. Where to use values of tags in a format is specified by %a, %t, %l, %n, %g, %c, %y.

mp3tag --copy -t "Le plombier" file1.mp3 file2.mp3

Copy tags from file1.mp3 to file2.mp3, but with a different title tag.

The cddbtag tool

The cddbtag tool included can be used to modify tags in mp3 files, by using a CDDB server to get artist, album and tracks corresponding to the given mp3 files. Here are some examples of usage:

cddbtag file_01.mp3 file_02.mp3 ... file_n.mp3

Use the given files, in the given order, to build the discid, then query the CDDB server and, if information could be retrieved, set tags in the given .mp3 files.

cddbtag -t file_01.mp3 file_02.mp3 ... file_n.mp3

Same as above but run in test mode: it prints the information retrieved but does not write tags in the files.

cddbtag -s mycddbserver.org -p 4000 file_01.mp3 file_02.mp3 ... file_n.mp3

Here we specify a different CDDB server and port to connect to.
<<less
Download (0.048MB)
Added: 2006-03-16 License: LGPL (GNU Lesser General Public License) Price:
9862 downloads
id3ren 1.1b0

id3ren 1.1b0


id3ren is used to rename batches of mp3 files by reading the ID3 tag at the end of the file. more>>
id3ren is used to rename batches of mp3 files by reading the ID3 tag at the end of the file which contains the song name, artist, album, year, and a comment. The secondary function of id3ren is a tagger, which can create, modify, or remove ID3 tags. The id3 fields can be set on the command line, or "guessed" from the path and the filename.
Main features:
- be used to rename you mp3
- be used to edit and tag your mp3
- be used to see the id3 tags
- get information from the filename to tag the files
- create directories when renaming
- support idv1.1 tags
- copy tags from another mp3
Enhancements:
- Added support for id3 v1.1
- Added automatic directory creation when renaming.
- Added a "-default" option to handle blank fields when renaming.
- Added the possibility to copy tags from other files.
- Changed the default "space" char to a more sensible " " when renaming.
- Uniformisation of the syntaxes of the different options. (all options can use = or next arg, with or without quotes)
- Different handling of the options in the resource file (same as commandline).
- Existing .id3renrc files might need an update.
<<less
Download (0.041MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1186 downloads
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
mvb 2.3

mvb 2.3


mvb is a shell script written for BSD and Linux users, to batch rename files. more>>
mvb is a shell script written for BSD and Linux users, to "batch rename" files (change the name of many files at once) in the current working directory.

mvb is used from the command line of your current shell and invokes the Bourne shell (sh) by default, or the BASH shell (by editing the first line of the script), to execute the script.

It is ideal for users who have directories of images or other files that are related by theme.

Installation:

To install the script, after un-gzipping and untarring
mvb.tgz (the actual filename will include the version
number, like this: mvb_1.7.2.tgz):

gunzip mvb.tgz
tar -xvf mvb.tar

or both at once with:

tar -xvzf mvb.tgz

change to the mvb directory and copy mvb to one of the
directories of executable files listed in your $PATH
variable:

echo $PATH
cp mvb /usr/local/bin (or wherever you wish)

Change to the directory you copied mvb to, and change its
permissions so that it is executable. For example:

chmod a+x mvb

When you are ready to use the script, change to the directory
whose files you would like to rename, then type the command mvb,
followed by a space, then any options you would like to specify
(type: mvb -h for help) followed by a space, then the new name
you would like the files in that directory to have, then type
RETURN or ENTER and follow the prompts, if any.

NOTE: The first time you use mvb, you may wish to read its
embedded help file which explains how the script works and how
to customize its behavior. You can do this at any time by
typing:

mvb -h

FILE PERMISSIONS: If you would like for this script NOT to
change the permissions for each file in the directory, in
addition to renaming them, comment out (add an initial #) the
line near the end that reads:

chmod 664 "$I"

so that it reads:

# chmod 664 "$I"

or change the permissions indicated in that command
to whatever you prefer.

--> refer to the man page:

man 1 chmod

If, on your computer, sh is not located in /bin/sh, or if you
would like to change the script so that it uses BASH instead,
open mvb using a TEXT editor (not a word processor) and change
the path on the first line of the script to point to the
location on your computer of either the Bourne shell (sh) or the
BASH shell (bash). At your shells command prompt, type:

which sh
or
which bash

to see where sh or bash is installed on your machine. Be sure
to retain the #! on the first line: just put the correct path
immediately after it, like:

#!/usr/local/bin/bash
<<less
Download (0.008MB)
Added: 2007-03-11 License: Freeware Price:
960 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
mBox 0.7.2

mBox 0.7.2


mBox is an audio file manager. more>>
mBox is program intended to help you with organizing your music files.
Main features:
- ability to reencode mp3/ogg/wma to mp3/ogg
- contains utility convertor which converts whole directories to desired format. Bitrate, etc. is automatically adjusted depending on settings and source audio. See users-guide for further information
- supports reading/writing tags in MP3 ID3v1 and ID3v2, Ogg Vorbis
- supports reading WMA tags
- supports FreeDB, treates encoded files as if it was CD, so you can simply select your files and - if found in database - write tags to them. Nifty, isnt it? =)
- supports auto tagging - reads tag information from filename
- supports batch tags editing
- supports batch files renaming (can use tags)
- supports directory renaming (can use tags)
Enhancements:
- This version brings several small improvements in tag reading, file renaming and FreeDB searching.
<<less
Download (0.12MB)
Added: 2005-08-30 License: GPL (GNU General Public License) Price:
1521 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
Krusader 1.80.0

Krusader 1.80.0


Krusader is an advanced twin-panel (commander-style) file-manager for KDE 3.x more>>
It provides all the file-management features you could possibly want.
Plus: extensive archive handling, mounted filesystem support, FTP, advanced search module, viewer/editor, directory synchronisation, file content comparisons, powerful batch renaming and much much more.
It supports the following archive formats: tar, zip, bzip2, gzip, rar, ace, arj and rpm and can handle other KIOSlaves such as smb or fish. It is (almost) completely customizable, very user friendly, fast and looks great on your desktop!
You should give it a try.
Main features:
- extensive archive handling
- mounted filesystem support
- FTP, an advanced search module
- a text viewer/editor
- directory synchronization
- support for file content comparisons
- powerful batch renaming
- It supports the following archive formats: tar, zip, bzip2, gzip, rar, ace, arj, and rpm. It can also handle other KIOSlaves such as smb:// or fish://.
- and much more...
Version restrictions:
- In order to successfully use the most recent Krusader, you need KDElibs >= 3.2.x.
- Krusader uses about 3-4 MByte of memory to run (and about 15 Mbyte shared memory which is also used by more processes), but this may vary depending on your platform and configuration.
<<less
Download (4.1MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
506 downloads
tiffscan 0.2

tiffscan 0.2


tiffscan is an advanced SANE frontend. more>>
tiffscan is an advanced SANE frontend. It has batch mode capabilities and can generate compressed multi-page TIFF files. The project handles from black and white to 8-bit and 16-bit scans.
<<less
Download (0.012MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1001 downloads
Ultimate WebShots Converter for KDE 1.0.3

Ultimate WebShots Converter for KDE 1.0.3


Ultimate Webshots Converter is a Webshots pictures converter. more>>
Ultimate Webshots Converter (also known under the short name "UWC"), is a Webshots pictures converter (see www.webshots.com).

It is able to show and save into JPEG files the pictures contained in the following files:

.WBC and .WBP - Webshots Colections
.WBZ - Downloaded Webshots pictures
.WB1 and .WBD - Webshots pictures

Ultimate WebShots Converter for KDE can do batch conversion, rename strange webshots filenames into the title of the picture, allows you to browse through webshots pictures and collections, and extract whole or individual pictures.
<<less
Download (0.065MB)
Added: 2006-08-22 License: BSD License Price:
678 downloads
Image Download 1.0.2

Image Download 1.0.2


Image Download allows you to download All the Picuture In the Page. more>>
Image Download allows you to download All the Picuture In the Page.

Filter by width ,height, type.

Auto Create Sub Folder ,auto rename

Auto log Download Infomation.

<<less
Download (0.009MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
1000 downloads
convert2tifgrayscale

convert2tifgrayscale


convert2tifgrayscale is a GIMP plugin that can batch convert to tif grayscale for Offset-Printing. more>>
convert2tifgrayscale is a GIMP plugin that can batch convert to tif grayscale for Offset-Printing.

Converts all images in a specified directory to grayscale, then uses unsharp mask and adjusts levels.

<<less
Download (MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1167 downloads
Fotoxx 7.7.1

Fotoxx 7.7.1


Fotoxx is a free open source Linux program for photo editing and collection management. The goal is to meet most user needs while remaining fast and easy to use. more>>

Fotoxx 7.7.1 is a free open source Linux program for photo editing and collection management. The goal is to meet most user needs while remaining fast and easy to use.

Navigate a large image collection using a thumbnail image browser. Import most camera RAW files and edit with 16-bit color. Save edited images as tiff-24/48 or jpeg with adjustable compression. Edit the whole image or an area outlined with the mouse, with adjustable edge-blending.Edit functions have fast feedback using the whole image. Multiple undo/redo aids evaluation of changes. Add tags, dates, and star-ratings to images. Search images using these criteria and also (wildcard) file names.

The GUI has English, German, Spanish, Galician, French, Chinese, Greek, and Czech. A user guide is available in English, French, Spanish, and Galician.

Fotoxx works best on a fast computer with at least a gigabyte of memory. Multiple processor cores are utilized. Netbooks work adequately, but some edit functions will be slow and a 1024x600 screen is confining.

Major Features:

  1. Flatten brightness distribution (quick fix for many photos)
  2. Brightness and color adjustments using movable curves
  3. Trim, Rescale, Rotate (any angle)
  4. Warp (stretch/distort image by dragging the mouse)
  5. Sharpen, Blur, Noise reduction, Red-eye removal
  6. Panorama and HDR composites (hand-held photos OK)
  7. Artful transformations (simulated drawing or painting)
  8. Pixel edit with variable brush and blending
  9. Rename a series of files using a base name and sequence number
  10. Slide-show mode: full screen, no menu, keyboard navigation
  11. Batch convert multiple RAW files to tiff/48
  12. Select images from the navigator and burn a CD or DVD
  13. View EXIF data
<<less
Added: 2009-07-27 License: GPL Price: FREE
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5