Computing.Net > Forums > Digital Photo/Video > batch renaming

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

batch renaming

Reply to Message Icon

Name: kyem56
Date: April 29, 2009 at 06:00:19 Pacific
OS: Windows vista 32
Subcategory: Web Photo Sites
Comment:

I am a Wedding photographer and after processing my images (upto 1000) I then put them in a particular order that I wish them to be viewed, When I batch rename them the order of the images is changed before they are renamed this is causing me mega problems, Please help!!!!!



Sponsored Link
Ads by Google

Response Number 1
Name: dtech10
Date: April 29, 2009 at 15:49:25 Pacific
Reply:

Hi Kyem56

Don't know if this will help, but have you tryed using Windows
rename this seems to keep them in order.

1, Select all files
2, Right click the first file
3, Rename it be YourBatchName (1)
Note there a space before the first open bracket
4, All the files will be renumbered


0

Response Number 2
Name: kyem56
Date: April 30, 2009 at 02:27:28 Pacific
Reply:

Thank you very much for your help but I have tried all kinds of ways to do this. I have been told that this is a problem with vista...................come back XP all is forgiven.


Thank you again for your help.


0

Response Number 3
Name: dtech10
Date: April 30, 2009 at 16:12:14 Pacific
Reply:

Hi Kyem56

I'm using Win XP
Have you tryed the dir sort order command
ie dir *.jpg /o +-???
It nay help to use the code below if
this helps.
I've Remed out the ren command for safety

The dir /o options can be viewed by typing
dir /? at the Dos prompt.

The optios can be used like this

Option Sorts
/o-s By size. Largest first
/odn By date. Oldest first, then by name
/o-dn By date. Newest first, then by name
/oen By (type (extension), then by name

---------------------------------------
@echo off
SetLocal EnableDelayedExpansion
set Count=0

for /f "tokens=*" %%a in ('dir *.jpg /b /o d') do (
set /a Count+=1
echo ren "%%a" YouName ^(!Count!^)
)
-----------------------------------------


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Digital Photo/Video Forum Home


Sponsored links

Ads by Google


Results for: batch renaming

Rename images (watermark too?) www.computing.net/answers/digitalphoto/rename-images-watermark-too/55.html

Photo software??? www.computing.net/answers/digitalphoto/photo-software/1200.html

Batch Resizing www.computing.net/answers/digitalphoto/batch-resizing/191.html