Tuesday, December 22, 2009

Rename all files extension with one click without any software.

Posted on 5:56 AM by Majid Chaudhry

You all downloaded some game or app once that was 50 parts big, and you had to rename them all from .bmp to .rar to extract them.


You can easily create a batch file that does that for you.

Open Notepad

fill in the notepad:

CODE

ren *.bmp *.rar

Ofcourse, you have to edit these two extensions to fit the files you want to convert. Save this file as renamer.bat and run it in the directory where you want to rename your downloads.

No Response to "Rename all files extension with one click without any software."

Leave A Reply