Tuesday, July 10, 2018

How to Do Bulk Editing And Renaming of file (e.g. from mp3 to xx to zips etc)

How to Do Bulk Editing And Renaming of file 

lets us say you have just Download a new album or game but all the files ae .xxx and you need them to be in .zip's, rars, mp3's etc.....

Then do the following 

  • Create new folder
  • Put all the files needing editing in the new folder 
  • Then go to "run" in the start menu or press (Win+R")
  • Type in CMD and click OK 


The next thin needs a few bit of old dos commands 

  • You need to navigate to the cmd folder where the files are 
  • You can do this by 1st getting the total address of the the folder 
  • And then typing it in CMD with a "cd" in front 
QUOTE

cd c:\xxx\yyy\ccc

once you in the folder where the files are you can move on. Note: You can check if you are at the right folder by typing dir  to get a list of files 

Now Type In

QUOTE

rename *.* *.Zip 

Note: Change the zip to what evr the extention needs to be (.rar, .mp3 etc)

All done 

you should have now changed the .* to what ever your needed 


Happy Downloading 


"enlightenment"

No comments:

Post a Comment