OT : paging the computeristi softwarey types....
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: uk.rec.motorcycles
From:
Brownz <ad... @brownz.org>
Date: Thu, 9 Jul 2009 08:55:58 -0700 (PDT)
Local: Thurs 9 July 2009 16:55
Subject: OT : paging the computeristi softwarey types....
If a person had for example around 3000 jpg files, all called fredbloggs.jpg, junebloggs.jpg etc. And wanted to change them to SITE1FB1.jpg SITE1JB1.jpg
How would one go about doing this ?
I have the list of names in rows in an excel spreadsheet column1 being what they are now and column2 being what they should be.
Is there a quick and easy way ?
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: uk.rec.motorcycles
From:
Simon Wilson <siwil... @NODAMNSPAMN.hotmail.com>
Date: Thu, 09 Jul 2009 17:01:39 +0100
Local: Thurs 9 July 2009 17:01
Subject: Re: OT : paging the computeristi softwarey types....
Brownz wrote:
> If a person had for example around 3000 jpg files, all called
> fredbloggs.jpg, junebloggs.jpg etc.
> And wanted to change them to SITE1FB1.jpg SITE1JB1.jpg
> How would one go about doing this ?
> I have the list of names in rows in an excel spreadsheet column1 being > what they are now and column2 being what they should be.
> Is there a quick and easy way ?
You could jfgi - http://www.labnol.org/software/tutorials/rename-multiple-files-bulk-e... -- /Simon
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: uk.rec.motorcycles
From:
Jeremy <jeremy0... @gmail.com>
Date: Thu, 9 Jul 2009 17:47:29 +0100
Local: Thurs 9 July 2009 17:47
Subject: Re: OT : paging the computeristi softwarey types....
In article <ae26c01c-f36a-42be-9e60- 57fb3f923... @y17g2000yqn.googlegroups.com>, ad... @brownz.org says...>
> If a person had for example around 3000 jpg files, all called
> fredbloggs.jpg, junebloggs.jpg etc.
> And wanted to change them to SITE1FB1.jpg SITE1JB1.jpg
> How would one go about doing this ?
> I have the list of names in rows in an excel spreadsheet column1 being > what they are now and column2 being what they should be.
> Is there a quick and easy way ?
I asked a similar question on here about 3 years ago and Dan White suggested http://www.alatar.de/projects/renamefiles/index.html
I don't know if it will meet your needs exactly (I don't have time to look) but it was highly effective and did exactly what I wanted.
-- jeremy K1200S
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: uk.rec.motorcycles
From:
YTC#1 <b... @eyes.ytc1.co.uk>
Date: Thu, 09 Jul 2009 17:08:45 GMT
Local: Thurs 9 July 2009 18:08
Subject: Re: OT : paging the computeristi softwarey types....
Simon Atkinson wrote:
> On Thu, 09 Jul 2009 08:55:58 -0700, Brownz wrote:
>> If a person had for example around 3000 jpg files, all called >> fredbloggs.jpg, junebloggs.jpg etc.
>> And wanted to change them to SITE1FB1.jpg SITE1JB1.jpg
>> How would one go about doing this ?
>> I have the list of names in rows in an excel spreadsheet column1 being >> what they are now and column2 being what they should be.
>> Is there a quick and easy way ?
> Save the excel spreadsheet as a csv file called 'list',
> You can do this in a couple of steps in vi to make the lines in the csv > file read:
> mv (or in windows "rename") oldfilename newfilename
I'd go a bit fancier and pass it through awk, to be re-usable :-)
> then run list as a shell script
> # sh list
> (or just run list in a windows command prompt)
-- Pull eyes to email
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: uk.rec.motorcycles
From:
"Brownz \(Mobile\)" <spam.m... @brownz.org>
Date: Thu, 9 Jul 2009 18:39:50 +0100
Local: Thurs 9 July 2009 18:39
Subject: Re: OT : paging the computeristi softwarey types....
YTC#1 wrote:
> Simon Atkinson wrote:
>> On Thu, 09 Jul 2009 08:55:58 -0700, Brownz wrote:
>>> If a person had for example around 3000 jpg files, all called >>> fredbloggs.jpg, junebloggs.jpg etc.
Ta all. -- Cheerz - Brownz '89 K100RS '07 R55 MCDC
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: uk.rec.motorcycles
From:
"Rudy Lacchin" <te... @REMOVE.THISblueyonder.co.uk>
Date: Thu, 9 Jul 2009 19:04:11 +0100
Local: Thurs 9 July 2009 19:04
Subject: Re: paging the computeristi softwarey types....
"Brownz" <ad
... @brownz.org> wrote in message
news:ae26c01c-f36a-42be-9e60-57fb3f923a6e@y17g2000yqn.googlegroups.com ...
> If a person had for example around 3000 jpg files, all called
> fredbloggs.jpg, junebloggs.jpg etc.
> And wanted to change them to SITE1FB1.jpg SITE1JB1.jpg
> How would one go about doing this ?
> I have the list of names in rows in an excel spreadsheet column1 being > what they are now and column2 being what they should be.
> Is there a quick and easy way ?
I'm assuming you don't know how to turn the spreadsheet into a batch file (otherwise you wouldn't have asked). Send it to me and I'll do it for you. -- R.
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: uk.rec.motorcycles
From:
davethedave <davedfos... @gmail.com>
Date: Thu, 9 Jul 2009 20:51:50 +0300
Local: Thurs 9 July 2009 18:51
Subject: Re: OT : paging the computeristi softwarey types....
On Thu, 09 Jul 2009 16:51:23 +0000, Simon Atkinson wrote:
> Save the excel spreadsheet as a csv file called 'list',
> You can do this in a couple of steps in vi to make the lines in the csv > file read:
Hes right! Place the cursor at the top left and press <esc> then m then a move to the bottom left <esc> then m then b You now have two places marked in the file. Now press <esc> then : and on the vim command line type 'a,'bs/^/mv / this substitutes the start of the line from mark a to mark b with mv and a space. Repeat the process to remove commas, make it executable, stick a shebang at the top and Robert is your mothers brother. Unfortunately however this is of no use to someone with an excel related problem.
-- davethedave
You must
Sign in before you can post messages.
You do not have the permission required to post.