Let's say that you have just downloaded a new album or game but all the files are .xxx and you need them to be zip, rar, mp3, 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 (without ').
4. Type in 'cmd' and click ok (without ').
The next thing needs a few bits of old commands.
5. You will need to navigate cmd to the folder where the files are.
6. You can do this by first getting the total address of the folder.
7. And then type in cmd with 'cd' in front (without ').
Quote:
cd c:\xxx\yyy\zzz
Once you enter the folder where the files are you can move on.
8. Now type in
Quote:
rename *.* *.zip
In the above quote change the zip into whatever extension needs to be (.rar, .mp3).
All done and you must have now changed .* to whatever you need.
To exit cmd type in 'exit'.
0 comments:
Post a Comment