sms_solver
In the zone
A) Renaming multiple files (the WinXP way)
1) Go to the directory in which there are files that you want to rename.
2) Click on View>Thumbnails from the menu in the explorer. This step is not necessary but useful while dealing with graphics file.
3) Select only those files that you want to rename. For that hold down the [Ctrl] key, click on icons of only those files that you want to rename.
4) Position your mouse pointer above any of the selected file. NOw rt-click your mouse, select Rename. Give any name you desired.
5) Now the selected files will have same new name but with different numbered prefix as shown in the figure.
*img260.echo.cx/img260/6770/renwinxp27oj.th.png
Renaming multiple files and extensions with DOS
1) Under Win9x, Me; Click on Start>Run... Type command to be at DOS prompt. Use cmd under Win2000 or above.
2) Go to the desired directory using "change directory" command.
eg: C:\>cd \Phtotos\MyPhotos.
3) Now (for example) if you wish to change all file's extension from .jpg to something like .tmp. Type the following command. ren *.jpg *.tmp
4) Work complete!! Repeat step 3 with some changes to get the original back.
SOME more examples of "ren"
Example1: ren *in*.* *sn*.* . This will replace the string "in" with "sn" in all those files which have "in" string of current directory.
Example2: ren S*.* p*.*. This will replace all filename starting with letter "S" with "P" regardless of the extension of current directory.
B) Renaming multiple files with IrfanView batch renaming
1) Open IrfanView (this tutorial works best with ver 3.95 or above)
2) Open any one file from the directory having many files that you want to rename.
3) Press the key T to open IrfanView Thumbnail viewer.
4) Select only those files that you want to rename. For that hold down the [Ctrl] key, click on thumbnails of only those files that you want to rename. Press
F2 key. This will open Batch Conversion dialog box.
5) Click on Batch rename radio option to select it. At name pattern textbox give the new name following with hash(#) sign. Keep Output Directory textbox blank, if not the renamed files will be either copied or moved to the defined Output Directory.
*img243.echo.cx/img243/5980/renirfan11yf.png
(NOTE: If you want e.g. 3 digits in the new renamed name, you have to write "#" thrice in the pattern!
Example: pattern image_### with start index 1 & increment 1 will produce file names image_001, image_002, etc..)
6) Click on Start button to start the renaming process.
SOME more examples to be used at name pattern textbox
Example1: pattern My$N_## with start index 1 and increment 1 will add prefix My to all renamed files along with 2 digit numbering like My$N_01, My$N_02, My$N_03, etc...
Example2: pattern ##_$N_Impo with start index 1 and increment 2 will produce file names like 01_$N_Impo, 03_$N_Impo, 05_$N_Impo, etc....
Example3: pattern $N### with start index 100, increment 10 and replace text (1)=2004 with=2005 will first replace the string 2004 with 2005 in old filenames and then add numbering like $N100, $N110, $N120, $N130, etc....
$N ==> Represents old file name.
==============================
Some USEFUL RENAMING SOFTWARES
==============================
1) Flexible Renamer v6 or above. Flexible Renamer is a file/folder renaming utility, which can use Wildcard or Regular-Expression and Tag-information (MP3, EXIF).
LINK: *hp.vector.co.jp/authors/VA014830/FlexRena (This is old link, if link is not working, search the google with "Flexible Renamer" or "FlexRena".
DEVELOPED IN: Delphi
TYPE: FREEWARE
SIZE: < 600 KB
2) Flash Renamer v4.6 or above. Shareware software for easy renaming of multiple files & directories.
LINK: *www.rlvision.com
DEVELOPED IN: Visual Basic
TYPE: SHAREWARE
SIZE: < 700 KB
---------------------TUTORIAL PREPARED BY SMS_SOLVER:08-MAY-2005--------------------
1) Go to the directory in which there are files that you want to rename.
2) Click on View>Thumbnails from the menu in the explorer. This step is not necessary but useful while dealing with graphics file.
3) Select only those files that you want to rename. For that hold down the [Ctrl] key, click on icons of only those files that you want to rename.
4) Position your mouse pointer above any of the selected file. NOw rt-click your mouse, select Rename. Give any name you desired.
5) Now the selected files will have same new name but with different numbered prefix as shown in the figure.
*img260.echo.cx/img260/6770/renwinxp27oj.th.png
Renaming multiple files and extensions with DOS
1) Under Win9x, Me; Click on Start>Run... Type command to be at DOS prompt. Use cmd under Win2000 or above.
2) Go to the desired directory using "change directory" command.
eg: C:\>cd \Phtotos\MyPhotos.
3) Now (for example) if you wish to change all file's extension from .jpg to something like .tmp. Type the following command. ren *.jpg *.tmp
4) Work complete!! Repeat step 3 with some changes to get the original back.
SOME more examples of "ren"
Example1: ren *in*.* *sn*.* . This will replace the string "in" with "sn" in all those files which have "in" string of current directory.
Example2: ren S*.* p*.*. This will replace all filename starting with letter "S" with "P" regardless of the extension of current directory.
B) Renaming multiple files with IrfanView batch renaming
1) Open IrfanView (this tutorial works best with ver 3.95 or above)
2) Open any one file from the directory having many files that you want to rename.
3) Press the key T to open IrfanView Thumbnail viewer.
4) Select only those files that you want to rename. For that hold down the [Ctrl] key, click on thumbnails of only those files that you want to rename. Press
F2 key. This will open Batch Conversion dialog box.
5) Click on Batch rename radio option to select it. At name pattern textbox give the new name following with hash(#) sign. Keep Output Directory textbox blank, if not the renamed files will be either copied or moved to the defined Output Directory.
*img243.echo.cx/img243/5980/renirfan11yf.png
(NOTE: If you want e.g. 3 digits in the new renamed name, you have to write "#" thrice in the pattern!
Example: pattern image_### with start index 1 & increment 1 will produce file names image_001, image_002, etc..)
6) Click on Start button to start the renaming process.
SOME more examples to be used at name pattern textbox
Example1: pattern My$N_## with start index 1 and increment 1 will add prefix My to all renamed files along with 2 digit numbering like My$N_01, My$N_02, My$N_03, etc...
Example2: pattern ##_$N_Impo with start index 1 and increment 2 will produce file names like 01_$N_Impo, 03_$N_Impo, 05_$N_Impo, etc....
Example3: pattern $N### with start index 100, increment 10 and replace text (1)=2004 with=2005 will first replace the string 2004 with 2005 in old filenames and then add numbering like $N100, $N110, $N120, $N130, etc....
$N ==> Represents old file name.
==============================
Some USEFUL RENAMING SOFTWARES
==============================
1) Flexible Renamer v6 or above. Flexible Renamer is a file/folder renaming utility, which can use Wildcard or Regular-Expression and Tag-information (MP3, EXIF).
LINK: *hp.vector.co.jp/authors/VA014830/FlexRena (This is old link, if link is not working, search the google with "Flexible Renamer" or "FlexRena".
DEVELOPED IN: Delphi
TYPE: FREEWARE
SIZE: < 600 KB
2) Flash Renamer v4.6 or above. Shareware software for easy renaming of multiple files & directories.
LINK: *www.rlvision.com
DEVELOPED IN: Visual Basic
TYPE: SHAREWARE
SIZE: < 700 KB
---------------------TUTORIAL PREPARED BY SMS_SOLVER:08-MAY-2005--------------------