
Rename 'Em!
by Antti Kirjavainen

Version: 7.2
Homepage: http://www.net-tools.org
E-mail: antti.kirjavainen@net-tools.org


LINUX: You need the Kylix deployment files to run the Linux-version. Also
       remember to give the file executing permissions. You can download the
       required libraries here: http://koti.mbnet.fi/anttikir/kylixdeploy.zip
       Extract the files to /lib or set the LD_LIBRARY_PATH to point to the
       unzip path (export LD_LIBRARY_PATH=/unzip_path).

WINDOWS: You need the Kylix deployment DLL-files. Extract them to the program
	 or SYSTEM-folder. Get here: http://koti.mbnet.fi/anttikir/borlandd.exe



Rename multiple files and folders with this little tool. Select the files
you wan't to rename to the files list (if no files are selected, all files
in the current directory are selected  automatically). Here are examples of
what the different renaming features will do.


I believe these examples might help.

Replace YES with AND:
Before:			After:
YESSIRYES.TXT           ANDSIRAND.TXT


Replace YES with nothing (empty replace box = string will be deleted):
Before:			After:
YESSIRYES.TXT           SIR.TXT


Add AND to the start of the filename:
Before:			After:
SIR.TXT			ANDSIR.TXT


Add AND to the end of the filename:
Before:			After:
SIR.TXT			SIRAND.TXT


Add AND to position 3 in the filename:
Before:			After:
SIR.TXT			SIANDR.TXT
NOTE: The string will be added to the current 3rd letter's  place,  NOT
      after the 3rd letter! Remember this.


Auto-number, before number = PIC, after number = T:
Before:			After:
SIR.TXT			PIC00T.TXT
SIR2.TXT		PIC01T.TXT


Change case (all lowercase):
Before:			After:
SIR.TXT			sir.txt


Change case (first letter uppercase):
Before:			After:
YES SIR.TXT		Yes Sir.Txt


Change case (change case):
Before:			After:
Yes Sir.Txt		yES sIR.tXT


Trim the selected amount = 2, from start:
Before:			After:
SIR.TXT			R.TXT


Trim the filenames to 2 long, from end:
Before:			After:
SIR.TXT			SI.TXT


Change extension to DOC:
Before:			After:
SIR.TXT			SIR.DOC


Advanced add: After char a space between ASCII-numbers 65 and 91 (which are the uppercase letters):
Before:			After:
YesSir.txt		Yes Sir.txt
NOTE: Here you'll see, how you can separate words in the filenames with Advanced Add.


ID3-tag: Gets filenames from the tags MP3-files contain in the form of your desire.
Possible choices:
%artist%
%title%
%album%
%year%
%genre%
%comment%


