Re: Lightroom question (Godfrey?)

2008-01-01 Thread P. J. Alling
The modern versions of VB will let you do it. In the bad old days you'd need a batch script or two and a specially written exe or two to get it done, (don't ask how I know that, I might give some details). graywolf wrote: I it were unix/linux a simple script would do it, in windblows I

RE: Lightroom question (Godfrey?)

2008-01-01 Thread Bob W
-Discuss Mail List Subject: Re: Lightroom question (Godfrey?) I replaced del with echo and all i got was Is there any body out there, que Pink Floyd Dave On Dec 31, 2007 2:03 PM, Bob W [EMAIL PROTECTED] wrote: I've accepted the challenge I set you, and come up with an answer

Re: Lightroom question (Godfrey?)

2008-01-01 Thread Thibouille
Thanks to all who responded to my problem. I will try and see what solution seems the best for me. I will let you know what I used. As usual I notice Godfrey knows about any bits from Lightroom. Godfrey, were you involved in the coding of it or something? ;) Cheers... and Happy New Year to you

Re: Lightroom question (Godfrey?)

2008-01-01 Thread Godfrey DiGiorgi
On Jan 1, 2008, at 3:44 AM, Thibouille wrote: ... As usual I notice Godfrey knows about any bits from Lightroom. Godfrey, were you involved in the coding of it or something? ;) No, but I use it all day, every day, and study it in order to exploit it to the max. :-) HNY! Godfrey -- PDML

Re: Lightroom question (Godfrey?)

2008-01-01 Thread P. J. Alling
December 2007 18:11 To: 'Pentax-Discuss Mail List' Subject: RE: Lightroom question (Godfrey?) I have had a dig around in Lightroom but nothing leaps out as an easy way to do it. However, I don't think you need to use Delphi to do what you want

Re: Lightroom question (Godfrey?)

2008-01-01 Thread Mark Roberts
P. J. Alling wrote: It would be possible to check for byte by byte comparisons, by using FC a dos utility available on all windows systems to delete duplicate files no matter what their name, I'm sure that linux/unix has such a utility but I can't remember it's name right now. There are several

Re: Lightroom question (Godfrey?)

2008-01-01 Thread P. J. Alling
I was responding to someone who made the complaint that they couldn't delete the same image with different names. Just going through all the reasons it would be difficult or impossible. (I kind of thought your point was implied). Mark Roberts wrote: P. J. Alling wrote: It would be

Re: Lightroom question (Godfrey?)

2008-01-01 Thread Mark Roberts
P. J. Alling wrote: I was responding to someone who made the complaint that they couldn't delete the same image with different names. Just going through all the reasons it would be difficult or impossible. (I kind of thought your point was implied). Ah, sorry. That's what I get for not

Lightroom question (Godfrey?)

2007-12-31 Thread Thibouille
I discovered I have multiple copies of some pictures in my Lightroom library. The thing is one copy is Dng and the other is Jpeg. I don't want to kill all Jpegs since some pictures are only available in Jpeg. I would simply wanna kill all Jpeg copies which also exist in Dng format. Is there a

Re: Lightroom question (Godfrey?)

2007-12-31 Thread graywolf
I it were unix/linux a simple script would do it, in windblows I have never found a simple way to do it. Maybe someone will come up with one, so I will watch this thread. I have a program (freeware, I think) called winmerge that can do some interesting things like compare files and merge in

RE: Lightroom question (Godfrey?)

2007-12-31 Thread Bob W
] On Behalf Of graywolf Sent: 31 December 2007 17:40 To: Pentax-Discuss Mail List Subject: Re: Lightroom question (Godfrey?) I it were unix/linux a simple script would do it, in windblows I have never found a simple way to do it. Maybe someone will come up with one, so I will watch

RE: Lightroom question (Godfrey?)

2007-12-31 Thread Bob W
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob W Sent: 31 December 2007 18:11 To: 'Pentax-Discuss Mail List' Subject: RE: Lightroom question (Godfrey?) I have had a dig around in Lightroom but nothing leaps out as an easy way to do it. However, I don't think you

Re: Lightroom question (Godfrey?)

2007-12-31 Thread Godfrey DiGiorgi
On Dec 31, 2007, at 3:08 AM, Thibouille wrote: I discovered I have multiple copies of some pictures in my Lightroom library. The thing is one copy is Dng and the other is Jpeg. I don't want to kill all Jpegs since some pictures are only available in Jpeg. I would simply wanna kill all

Re: Lightroom question (Godfrey?)

2007-12-31 Thread David J Brooks
' Subject: RE: Lightroom question (Godfrey?) I have had a dig around in Lightroom but nothing leaps out as an easy way to do it. However, I don't think you need to use Delphi to do what you want - it should be quite straightforward to do with a batch script in Windows. I'd need