Ads

Bulky File Renaming Made Easy in 8 Steps

Lets us say you have just download a new album, game or whatever it may be.
but all the files are .xxx and you need them to be zip's, rar's, mp3's etc.....

Then do the following:

1. Create a new folder
2. Put all the files needing editing in the new folder
3. Then goto "run" in the start menu
4. Type in CMD and click OK
5. The next little bit needs a few bits of old dos commands
6. You need to navagate CMD to the folder where the files are located
7. You can do this by first getting the total address of the folder
8. And then typing it in cmd with a "cd" in front


CODE
cd c:xxxyyyccc



Once you are in the folder where the files are, you can move on.
Now you can check that your in the right folder by typing dir to get a list of files

* Now type in....


CODE
rename *.* *.zip



Now change the zip to what ever the extention needs to be (.rar, .mp3 ect)

All Done
You should have now changed the .* to what ever you needed.

Now to exit CMD type in "exit".
That was much easier then physicaly renaming them one by one, eh!

Sunday May 27, 2007 - 92 reads