How to rename multiple files at once?

Asked By 220 points N/A Posted on -
qa-featured

Hello,

Fans Can anybody tell me how to rename more than one file at once with same serial order?

SHARE
Best Answer by jilpihain
Best Answer
Best Answer
Answered By 200 points N/A #85915

How to rename multiple files at once?

qa-featured

Yes in windows operating system we can easily rename more than one file at once as per below example.

For an example if you are following files in a folder with different names.

Images 1.jpg
Abc1232.jpg
Vd00slk.jpg
Csacare.jpg
Gioimaa.jpg

You can change them as follows. (Let’s say you want to name them as “image.jpg”).

Image.jpg
Image(1).jpg
Image(2).jpg
Image(3).jpg
Image(4).jpg

Let me tell you how.

* Go to your particular Folder.
* Select all your files by pressing (Ctrl + A) or select them by highlighting from your mouse.
* Press “F2” key then the cursor will start blinking.
* Give your preferred name for the file and press “Enter”.

Hope this is clear for you.

Answered By 220 points N/A #85916

How to rename multiple files at once?

qa-featured

Yes dear this method is working for me.

Thanks dear.

By the way. If you can tell me, how to change a file name of MS DOS?

Answered By 200 points N/A #85917

How to rename multiple files at once?

qa-featured

You have to use the following command in the command prompt to do this.

First of all you have to be there in the folder where you file which needs to be renamed.

Let's say your filename is "test.jpg" and you want to rename is as 123.jpg

In the command prompt type the following:

ren test.jpg 123.jpg.

Answered By 220 points N/A #85918

How to rename multiple files at once?

qa-featured

Thanks for the information. Also I tried to highlight a few of the files and rename as per your method that also worked nicely.

Appreciate your support.

Answered By 220 points N/A #85919

How to rename multiple files at once?

qa-featured

Hi,

If you can solve these doubt also I'll be very much thank full for you. Could you please tell me Is it possible to remove those numbers inside the brackets which are shown at the end of the file names after I rename them?

Example:

World.jpg

World (1)

World (2)

World (3)

Answered By 220 points N/A #85920

How to rename multiple files at once?

qa-featured

Actually I want to explain you one thing before I answer this. When you keep multiple files in a folder the file names should be unique as its not possible to keep multiple file with same name. So that’s why it shows the brackets to keep them unique. I hope the above will answer your question.

Related Questions