Page 1 of 1

Renaming files to just 1.png, 2.png, 3.png etc.

PostPosted: Mon Mar 30, 2020 12:02 am
by MintPolo
Hi all,

Currently have a lot of photos with random names, of varying lengths etc.

I just want them to go in order 1,2,3,4 etc.

I've randomised them already thanks to a helpful post on this forum, but can't find a solution to my problem.

As well, I've never used the software before, so forgive me if i don't understand any suggestions straight away!

Thanks in advance for any help with this issue.

Polo !

Re: Renaming files to just 1.png, 2.png, 3.png etc.

PostPosted: Mon Mar 30, 2020 12:28 am
by Admin
Hi, is this a question for Bulk Rename Command or Bulk Rename Utility? thanks

Re: Renaming files to just 1.png, 2.png, 3.png etc.

PostPosted: Mon Mar 30, 2020 1:27 pm
by therube
In BRU...

2:Name -> Remove

then in

10:Numbering, do what you want (Mode: Prefix, Start: 1, Incr: 1)

Re: Renaming files to just 1.png, 2.png, 3.png etc.

PostPosted: Mon Mar 30, 2020 1:33 pm
by therube
In BRC...

Code: Select all
BRC32.EXE  /REMOVENAME  /AUTONUMBER:1:1:P::10::


(Note how exiting file name sorting may or may not affect outcomes.)

Re: Renaming files to just 1.png, 2.png, 3.png etc.

PostPosted: Mon Mar 30, 2020 1:35 pm
by therube
s/exiting/existing/

Re: Renaming files to just 1.png, 2.png, 3.png etc.

PostPosted: Mon Mar 30, 2020 11:50 pm
by Admin
8)