English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Ex. I have a folder with many songs in it! Now I wna add letter M in all the file names in it! What I usually do is to press F2 then type in the letter M................anysuggestions???

2006-07-16 17:27:10 · 5 answers · asked by Riddick 2 in Computers & Internet Programming & Design

5 answers

Irfanview is a free shareware program that will allow you to do that using a naming convention like $Nm or m$N. $N being the origanal file name w/o the extension. You can also substitute letters or use somthing like ( song###) for naming the songs w/ consecutive numbers). It works w/ most any files.

Hit b for Batch proccess once you've installed the program. The really cool thing i use it for is to Batch a folder full of high rez photos to email size! (resample). If you install all the plugins it'll read most any media file - and SUPER fast. You'll love the program. (I do)

2006-07-16 17:46:05 · answer #1 · answered by KCF Mike 2 · 0 0

select all (CTRL+A)
right click of the firist file(others are selected too)
and then rename it . 4 example to music and hit enter
all files will rename
music
music(01)
music(02)
music(03)
.
.
.
.
have fun

2006-07-16 17:33:23 · answer #2 · answered by 942 5 · 0 0

From the command line:
for %f in (*.*) do ren %f M%f
From the batch file, you will need to double % sign:
for %%f in (*.*) do ren %%f M%%f
It will add 'M' in front of each file name in the current directory.

2006-07-16 17:34:44 · answer #3 · answered by alakit013 5 · 0 0

Well' there's no utility like that, but if u want then I can write the code for you... for free.

2006-07-16 17:35:36 · answer #4 · answered by Chandan 1 · 0 0

JOIN MUSICMATCH AND YOU CAN TRANSFER ALL YOUR
SONGS INTO A LIBRARY AND ITS IN ALPHABETICAL ORDER.

2006-07-16 17:51:33 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers