specifically (in this path 'C:\Documents and Settings\johny\My Documents\My
Music') i have audio files (names) in this order:
1, 112file01.mp3
2, 112file02.mp3
3, 112file03.mp3
4, 112file04.mp3
5, 112file05.mp3
etc,
and wants to rename them to:
1, 00112_file 001.mp3
2, 00112_file 002.mp3
3, 00112_file 003.mp3
4, 00112_file 004.mp3
5, 00112_file 005.mp3
etc
when you look into these files property, their 'Title' looks like this:
1, 112file01
2, 112file02
3, 112file03
4, 112file04
5, 112file05
etc,
but i want to rename them to:
1, 00112_file 001
2, 00112_file 002
3, 00112_file 003
4, 00112_file 004
5, 00112_file 005
etc
reason is that i want them to remain sequentialy organized when moved into iTunes
- for iPod. otherwise it mix up in the entire iTune.
Any sample script to do this please? i will do this in xp machine.
Additionally, as these .mp3 files inside each folder are just too many (i listed just 5
above though - but its just many), in all i have over 100 folders. Is there a way to
write this script without specifically describing each .mp3 file name. in other words
to write the script in a way that it can loop from one .mp3 file to another inside a
particular folder?