for example i have 10 files, their names go like this:
01 - song1.mp3, 02 - song2.mp3, ... ,10 - song3.mp3
i want to add the name of the singer to these files with one single batch command.so they will be like this:
singer - 01 - song1.mp3, singer - 02 - song2.mp3,...
what dos command should i use in my .bat file?
2006-10-18
06:43:56
·
4 answers
·
asked by
hdd
1
in
Computers & Internet
➔ Other - Computers
javelinl, tnx for the code i thought it was gonna work but it just didnt rename, is there a little mistake in the "for" command?
2006-10-18
07:10:33 ·
update #1
it says /f "tokens = * delims=*" was unexpected at this time. then i remove that part and it says %%i was unexpected at this time.
2006-10-18
07:18:37 ·
update #2
javelinl, its still not working
2006-10-18
10:22:03 ·
update #3
no wait its working
2006-10-18
10:29:41 ·
update #4
is there a way to undo this as well? removing something from filenames?
2006-10-18
10:37:01 ·
update #5
i found that one anyway
2006-10-18
13:07:02 ·
update #6