Jump to content

batch renaming this way possible?

Go to solution Solved by Arty,

Hey guys,

I have many photos of the last holidays and now I sorted them out. My camera makes for every 1000 pictures a new folder. But after I sorted them out, I want them all in the same folder, but the pictures which where in the folder for the next 1000 pictures should become a 1xxx number.

naming is following: DSC_0xxx.jpg

Is there any possibilty to make the 0 to a 1 and leaving the 3 x numbers the same?

Any help is appreciated! (several hundred photos)

http://www.howtogeek.com/111859/how-to-batch-rename-files-in-windows-4-ways-to-rename-multiple-files/

Hey guys,

I have many photos of the last holidays and now I sorted them out. My camera makes for every 1000 pictures a new folder. But after I sorted them out, I want them all in the same folder, but the pictures which where in the folder for the next 1000 pictures should become a 1xxx number.

naming is following: DSC_0xxx.jpg

Is there any possibilty to make the 0 to a 1 and leaving the 3 x numbers the same?

Any help is appreciated! (several hundred photos)

GUITAR BUILD LOG FROM SCRATCH OUT OF APPLEWOOD

 

- Ryzen Build -

R5 3600 | MSI X470 Gaming Plus MAX | 16GB CL16 3200MHz Corsair LPX | Dark Rock 4

MSI 2060 Super Gaming X

1TB Intel 660p | 250GB Kingston A2000 | 1TB Seagate Barracuda | 2TB WD Blue

be quiet! Silent Base 601 | be quiet! Straight Power 550W CM

2x Dell UP2516D

 

- First System (Retired) -

Intel Xeon 1231v3 | 16GB Crucial Ballistix Sport Dual Channel | Gigabyte H97 D3H | Gigabyte GTX 970 Gaming G1 | 525 GB Crucial MX 300 | 1 TB + 2 TB Seagate HDD
be quiet! 500W Straight Power E10 CM | be quiet! Silent Base 800 with stock fans | be quiet! Dark Rock Advanced C1 | 2x Dell UP2516D

Reviews: be quiet! Silent Base 800 | MSI GTX 950 OC

 

Link to comment
https://linustechtips.com/topic/411015-batch-renaming-this-way-possible/
Share on other sites

Link to post
Share on other sites

Hey guys,

I have many photos of the last holidays and now I sorted them out. My camera makes for every 1000 pictures a new folder. But after I sorted them out, I want them all in the same folder, but the pictures which where in the folder for the next 1000 pictures should become a 1xxx number.

naming is following: DSC_0xxx.jpg

Is there any possibilty to make the 0 to a 1 and leaving the 3 x numbers the same?

Any help is appreciated! (several hundred photos)

http://www.howtogeek.com/111859/how-to-batch-rename-files-in-windows-4-ways-to-rename-multiple-files/

 

 

 

Link to post
Share on other sites

http://www.bulkrenameutility.co.uk/Download.php

I know it might look a bit dodgy, but it will do it's job, don't worry it's all fine.

If you want my attention, quote meh! D: or just stick an @samcool55 in your post :3

Spying on everyone to fight against terrorism is like shooting a mosquito with a cannon

Link to post
Share on other sites

thanks a lot, other sources i did not understand what they want to do or there were solutions that did not work :)

 

if someone interested:

open PowerShell

type in:

cd "<directory>" -> press enter

Dir | Rename-Item -NewName { $_.name -replace "_0","_1" } -> press enter again; finished

GUITAR BUILD LOG FROM SCRATCH OUT OF APPLEWOOD

 

- Ryzen Build -

R5 3600 | MSI X470 Gaming Plus MAX | 16GB CL16 3200MHz Corsair LPX | Dark Rock 4

MSI 2060 Super Gaming X

1TB Intel 660p | 250GB Kingston A2000 | 1TB Seagate Barracuda | 2TB WD Blue

be quiet! Silent Base 601 | be quiet! Straight Power 550W CM

2x Dell UP2516D

 

- First System (Retired) -

Intel Xeon 1231v3 | 16GB Crucial Ballistix Sport Dual Channel | Gigabyte H97 D3H | Gigabyte GTX 970 Gaming G1 | 525 GB Crucial MX 300 | 1 TB + 2 TB Seagate HDD
be quiet! 500W Straight Power E10 CM | be quiet! Silent Base 800 with stock fans | be quiet! Dark Rock Advanced C1 | 2x Dell UP2516D

Reviews: be quiet! Silent Base 800 | MSI GTX 950 OC

 

Link to post
Share on other sites

thanks a lot, other sources i did not understand what they want to do or there were solutions that did not work :)

 

if someone interested:

open PowerShell

type in:

cd "<directory>" -> press enter

Dir | Rename-Item -NewName { $_.name -replace "_0","_1" } -> press enter again; finished

Those where 4 different methods 

just pick the one you like xD

 

 

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×