If you want to rename multiple file in one go.
All the file extension should be mp3′s , rar etc
then do the following
-create a new folder
-put all the files needing editing in the new folder
-then goto “run” in the start menu
-type in CMD and click ok
-the next thing needsa few bits of old dos commands
-you need to navagate CMD to the folder whree the files are
-you can do this by 1st getting the total adress of the folder
-and then typing it in cmd with a cd
cd c:\xxx\yyy\ccc\
once you in the folder where the files are you can move on
now u can cheek you in the right folder by typing dir to get a list of files
-now type in
rename *.* *.zip
and change the zip to what ever the extention needs to be (.rar, .mp3 etc)
you should have now changed the .* to what ever you needed
and to exit CMD type in “exit”
OR
Copy all the file to one folder then select all file “ctrl+a” then rename the first file to any name as new1.mp3 then all the file will be automatically renamed to new1 or new2 etc.


sending...
