Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Digital Photography > Rename files

Reply
Thread Tools

Rename files

 
 
kielhd
Guest
Posts: n/a
 
      06-07-2004
Hi NG,

I need to rename a large amount of .jpg-files.
These files are needed as input for another program, which processes
the files according to their name: e.g.: file-1.jpg, file-2.jpg,
file-3.jpg, file-4.jpg, ...
The initial ordering has to be done manualy, but I need a pgm to help
me renaming the files.

TIA, Henning
 
Reply With Quote
 
 
 
 
Paul Bartram
Guest
Posts: n/a
 
      06-07-2004

"kielhd" <> wrote

> I need to rename a large amount of .jpg-files ... The initial ordering has

to be done manualy, but I need a pgm to help me renaming the files.

Plenty of commercial programmes will do this (ACDSee for example) but a
great small freeware utility - written by a friend of mine in Sweden - is
Revix, available at http://www.bahnhof.se/~smars/quivis/index.html This is
best known for making automatic thumbnail indexes, but also has a renamer,
visual sorter, personaliser etc. Very useful tool.

Paul


 
Reply With Quote
 
 
 
 
JC
Guest
Posts: n/a
 
      06-07-2004
On 6 Jun 2004 23:13:33 -0700, (kielhd) wrote:

> Hi NG,
>
> I need to rename a large amount of .jpg-files.
> These files are needed as input for another program, which processes
> the files according to their name: e.g.: file-1.jpg, file-2.jpg,
> file-3.jpg, file-4.jpg, ...
> The initial ordering has to be done manualy, but I need a pgm to help
> me renaming the files.


Why don't you use a batch file to do both processes in one step.

c:
cd picture/jpegs /or whatever directory the jpg files are stored in
ren house.jpg file-1.jpg
ren kids.jpg file-2.jpg
etc etc

Save it as text file called pics.bat.
Click on Start and then Run and type in cmd and press ok.
CD to the drive and directory that you saved the pics.bat file.
type in pics.bat and press enter.

Doing this will do the ordering and rename all of the files for you in one
go. One caveat is that you need to make sure that there are no files in
the directory already with a file name that you want to end up with - ie
none called file-2.jpg.


Cheers, John

Use au instead of invalid for emails to me.
 
Reply With Quote
 
bagal
Guest
Posts: n/a
 
      06-07-2004
if you have paint shop pro on your comoputer (or know someone who has it)
then use it

It does a dandy job on image editing too

I've had mine just about 36 hours and it looks as if I may end up buying
both adobe photoshop elements and paint shop pro tsk i am so indecisive

das B

"JC" <> wrote in message
news:...
> On 6 Jun 2004 23:13:33 -0700, (kielhd) wrote:
>
> > Hi NG,
> >
> > I need to rename a large amount of .jpg-files.
> > These files are needed as input for another program, which processes
> > the files according to their name: e.g.: file-1.jpg, file-2.jpg,
> > file-3.jpg, file-4.jpg, ...
> > The initial ordering has to be done manualy, but I need a pgm to help
> > me renaming the files.

>
> Why don't you use a batch file to do both processes in one step.
>
> c:
> cd picture/jpegs /or whatever directory the jpg files are stored in
> ren house.jpg file-1.jpg
> ren kids.jpg file-2.jpg
> etc etc
>
> Save it as text file called pics.bat.
> Click on Start and then Run and type in cmd and press ok.
> CD to the drive and directory that you saved the pics.bat file.
> type in pics.bat and press enter.
>
> Doing this will do the ordering and rename all of the files for you in one
> go. One caveat is that you need to make sure that there are no files in
> the directory already with a file name that you want to end up with - ie
> none called file-2.jpg.
>
>
> Cheers, John
>
> Use au instead of invalid for emails to me.



 
Reply With Quote
 
bagal
Guest
Posts: n/a
 
      06-07-2004
if you have paint shop pro on your comoputer (or know someone who has it)
then use it

It does a dandy job on image editing too

I've had mine just about 36 hours and it looks as if I may end up buying
both adobe photoshop elements and paint shop pro tsk i am so indecisive

das B

"JC" <> wrote in message
news:...
> On 6 Jun 2004 23:13:33 -0700, (kielhd) wrote:
>
> > Hi NG,
> >
> > I need to rename a large amount of .jpg-files.
> > These files are needed as input for another program, which processes
> > the files according to their name: e.g.: file-1.jpg, file-2.jpg,
> > file-3.jpg, file-4.jpg, ...
> > The initial ordering has to be done manualy, but I need a pgm to help
> > me renaming the files.

>
> Why don't you use a batch file to do both processes in one step.
>
> c:
> cd picture/jpegs /or whatever directory the jpg files are stored in
> ren house.jpg file-1.jpg
> ren kids.jpg file-2.jpg
> etc etc
>
> Save it as text file called pics.bat.
> Click on Start and then Run and type in cmd and press ok.
> CD to the drive and directory that you saved the pics.bat file.
> type in pics.bat and press enter.
>
> Doing this will do the ordering and rename all of the files for you in one
> go. One caveat is that you need to make sure that there are no files in
> the directory already with a file name that you want to end up with - ie
> none called file-2.jpg.
>
>
> Cheers, John
>
> Use au instead of invalid for emails to me.



 
Reply With Quote
 
bagal
Guest
Posts: n/a
 
      06-07-2004
Hi JC - just did it in PSP using File -> Batch -> Batch Rename

I used custome text witha sequence in the Batch Rename to digital images
stored in 5 directories covering about 500 images (I think - can't be assed
lookinf to diucle check.

In 2 words: easy-peasy

Iwanted the sequence to run contiguously so all i had to do was to check the
sequence numbers to make sure everything joined up correctly

lovely feature!

dB
"JC" <> wrote in message
news:...
> On 6 Jun 2004 23:13:33 -0700, (kielhd) wrote:
>
> > Hi NG,
> >
> > I need to rename a large amount of .jpg-files.
> > These files are needed as input for another program, which processes
> > the files according to their name: e.g.: file-1.jpg, file-2.jpg,
> > file-3.jpg, file-4.jpg, ...
> > The initial ordering has to be done manualy, but I need a pgm to help
> > me renaming the files.

>
> Why don't you use a batch file to do both processes in one step.
>
> c:
> cd picture/jpegs /or whatever directory the jpg files are stored in
> ren house.jpg file-1.jpg
> ren kids.jpg file-2.jpg
> etc etc
>
> Save it as text file called pics.bat.
> Click on Start and then Run and type in cmd and press ok.
> CD to the drive and directory that you saved the pics.bat file.
> type in pics.bat and press enter.
>
> Doing this will do the ordering and rename all of the files for you in one
> go. One caveat is that you need to make sure that there are no files in
> the directory already with a file name that you want to end up with - ie
> none called file-2.jpg.
>
>
> Cheers, John
>
> Use au instead of invalid for emails to me.



 
Reply With Quote
 
Mikey S.
Guest
Posts: n/a
 
      06-07-2004
Along with all the other suggestions, irfanview can do this nicely, look
under 'batch rename'. You can do some batch processing on the images at the
same time if you wish too.

http://www.irfanview.com and it's free too

--

Mikey S.
http://www.mike721.com


"kielhd" <> wrote in message
news: om...
> Hi NG,
>
> I need to rename a large amount of .jpg-files.
> These files are needed as input for another program, which processes
> the files according to their name: e.g.: file-1.jpg, file-2.jpg,
> file-3.jpg, file-4.jpg, ...
> The initial ordering has to be done manualy, but I need a pgm to help
> me renaming the files.
>
> TIA, Henning



 
Reply With Quote
 
Dave Cohen
Guest
Posts: n/a
 
      06-07-2004
I've used irfanview, renamemaster.exe http://jackass.arsware.org/rm.php
works well and is freeware. Google show lots of rename programs. I looked at
one but couldn't figure out how to use it!!! Sorry about the name of that
link, probably a youthful type but his prgram does work.
Dave Cohen

"Mikey S." <> wrote in message
newst-dnRd8bZvX5FndRVn-...
> Along with all the other suggestions, irfanview can do this nicely, look
> under 'batch rename'. You can do some batch processing on the images at

the
> same time if you wish too.
>
> http://www.irfanview.com and it's free too
>
> --
>
> Mikey S.
> http://www.mike721.com
>
>
> "kielhd" <> wrote in message
> news: om...
> > Hi NG,
> >
> > I need to rename a large amount of .jpg-files.
> > These files are needed as input for another program, which processes
> > the files according to their name: e.g.: file-1.jpg, file-2.jpg,
> > file-3.jpg, file-4.jpg, ...
> > The initial ordering has to be done manualy, but I need a pgm to help
> > me renaming the files.
> >
> > TIA, Henning

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do you rename files with long names? murphdrag Computer Support 6 02-13-2005 11:26 PM
Rename file names at once (200 files) Adi Computer Support 1 09-09-2004 05:16 PM
Software to rename alot of files traxxton Computer Support 5 07-08-2004 01:39 PM
Does anyone know of a program to rename multiple files? James Haddow Computer Support 7 11-27-2003 09:51 PM
Re: how to delete or rename files within nero Shepİ Computer Support 0 07-04-2003 08:33 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57