Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Finding duplicate filess

Reply
Thread Tools Display Modes

Finding duplicate filess

 
 
Ron O'Brien
Guest
Posts: n/a

 
      01-12-2008
Is there a way of searching for duplicated files within Vista Premium?

I have a second hard drive which I have just installed that contains nothing
but photographs, over the years I have copied then into different folders
for various reasons/purposes and now find myself with several copies of the
same photo in various folders and sub-folders (yes, I know I shouldn't be so
untidy!). So I need a way of getting windows to search for files duplicates
so I can start the tidy-up and free half my disk space!!

--
Ron O'Brien

 
Reply With Quote
 
 
 
 
vistamagic
Guest
Posts: n/a

 
      01-12-2008
On Sat, 12 Jan 2008 16:21:46 GMT
"Ron O'Brien" <> wrote:

> Is there a way of searching for duplicated files within Vista Premium?
>
> I have a second hard drive which I have just installed that contains
> nothing but photographs, over the years I have copied then into
> different folders for various reasons/purposes and now find myself
> with several copies of the same photo in various folders and
> sub-folders (yes, I know I shouldn't be so untidy!). So I need a way
> of getting windows to search for files duplicates so I can start the
> tidy-up and free half my disk space!!
>



There are specialized programs that do this, some are free and some are
shareware.. a fast google search with keywords "duplicate image finder"
gave me these

http://www.keronsoft.com/dupdetector.html

http://www.snapfiles.com/get/dupimagefinder.html

http://www.mindgems.com/products/VS-...SDIF-About.htm
 
Reply With Quote
 
Emil Lulic
Guest
Posts: n/a

 
      01-12-2008
I don't know about a Vista option, but try something along the lines of
NoClone (or similar programs)...
http://noclone.net/downloadx.asp
Good Luck!

Emil Lulic

"Ron O'Brien" <> wrote in message
news:uO5ij.28374$...
> Is there a way of searching for duplicated files within Vista Premium?
>
> I have a second hard drive which I have just installed that contains
> nothing but photographs, over the years I have copied then into different
> folders for various reasons/purposes and now find myself with several
> copies of the same photo in various folders and sub-folders (yes, I know I
> shouldn't be so untidy!). So I need a way of getting windows to search for
> files duplicates so I can start the tidy-up and free half my disk space!!
>
> --
> Ron O'Brien
>

 
Reply With Quote
 
AlexB
Guest
Posts: n/a

 
      01-12-2008
Yes but it is time consuming.

Something off the top of my head but you can improve on it. It has nothing
to do with Vista. You open the command prompt and make a CD C:\myImageFiles\
directory. Obviously it is just a made up example. When you get there you
type in something like this:

Copy *.* D:\myImageFiles\*.*

In response you will get a prompt. The emulation DOS will ask you if you
want to replace the duplicate files. the options will be: Y/N/All. Type A
for All. You can use lower case also.

What will follow is that ALL files from the first directory will be copied
to the next directory. Thus you will be assured that the second directory is
a total redundancy. DELETE all files in the second directory by using del
*.* (at this stage Vista may show its personality by asking you to confirm
your identity), then remove directory from the directory on n-1 level by
using rmdir myImageFiles command and go to the next directory.

It might take you a bit of time but it is doable.

Now, if your tiding up includes deleting discriminately unwanted files this
is another matter. This also can be done with a method like this but it is
much more complicated.

"Ron O'Brien" <> wrote in message
news:uO5ij.28374$...
> Is there a way of searching for duplicated files within Vista Premium?
>
> I have a second hard drive which I have just installed that contains
> nothing but photographs, over the years I have copied then into different
> folders for various reasons/purposes and now find myself with several
> copies of the same photo in various folders and sub-folders (yes, I know I
> shouldn't be so untidy!). So I need a way of getting windows to search for
> files duplicates so I can start the tidy-up and free half my disk space!!
>
> --
> Ron O'Brien
>


 
Reply With Quote
 
FiarHors
Guest
Posts: n/a

 
      01-12-2008
Try ODIN Professional found at http://www.omegatron.nl/.



Ron O'Brien wrote:
> Is there a way of searching for duplicated files within Vista Premium?
>
> I have a second hard drive which I have just installed that contains
> nothing but photographs, over the years I have copied then into
> different folders for various reasons/purposes and now find myself with
> several copies of the same photo in various folders and sub-folders
> (yes, I know I shouldn't be so untidy!). So I need a way of getting
> windows to search for files duplicates so I can start the tidy-up and
> free half my disk space!!
>

 
Reply With Quote
 
AlexB
Guest
Posts: n/a

 
      01-12-2008
I am sorry, that statement: "make a CD C:..." does not mean that you have to
MAKE a directory. It is just a command you will have to use.

You type in

cd C:\myImageFiless and do carriage return and this will place you into that
"current directory"


"AlexB" <> wrote in message
news:...
> Yes but it is time consuming.
>
> Something off the top of my head but you can improve on it. It has nothing
> to do with Vista. You open the command prompt and make a CD
> C:\myImageFiles\ directory. Obviously it is just a made up example. When
> you get there you type in something like this:
>
> Copy *.* D:\myImageFiles\*.*
>
> In response you will get a prompt. The emulation DOS will ask you if you
> want to replace the duplicate files. the options will be: Y/N/All. Type A
> for All. You can use lower case also.
>
> What will follow is that ALL files from the first directory will be copied
> to the next directory. Thus you will be assured that the second directory
> is a total redundancy. DELETE all files in the second directory by using
> del *.* (at this stage Vista may show its personality by asking you to
> confirm your identity), then remove directory from the directory on n-1
> level by using rmdir myImageFiles command and go to the next directory.
>
> It might take you a bit of time but it is doable.
>
> Now, if your tiding up includes deleting discriminately unwanted files
> this is another matter. This also can be done with a method like this but
> it is much more complicated.
>
> "Ron O'Brien" <> wrote in message
> news:uO5ij.28374$...
>> Is there a way of searching for duplicated files within Vista Premium?
>>
>> I have a second hard drive which I have just installed that contains
>> nothing but photographs, over the years I have copied then into different
>> folders for various reasons/purposes and now find myself with several
>> copies of the same photo in various folders and sub-folders (yes, I know
>> I shouldn't be so untidy!). So I need a way of getting windows to search
>> for files duplicates so I can start the tidy-up and free half my disk
>> space!!
>>
>> --
>> Ron O'Brien
>>

>


 
Reply With Quote
 
AlexB
Guest
Posts: n/a

 
      01-12-2008
I am wondering how many of these good samaritans are actually owners of the
software they recommend?

"FiarHors" <> wrote in message
news:UL6ij.56159$EA5.39295@pd7urf2no...
> Try ODIN Professional found at http://www.omegatron.nl/.
>
>
>
> Ron O'Brien wrote:
>> Is there a way of searching for duplicated files within Vista Premium?
>>
>> I have a second hard drive which I have just installed that contains
>> nothing but photographs, over the years I have copied then into different
>> folders for various reasons/purposes and now find myself with several
>> copies of the same photo in various folders and sub-folders (yes, I know
>> I shouldn't be so untidy!). So I need a way of getting windows to search
>> for files duplicates so I can start the tidy-up and free half my disk
>> space!!
>>


 
Reply With Quote
 
AlexB
Guest
Posts: n/a

 
      01-12-2008
Yep, again my question is: how many of you guys give this advice because it
benefits your pocketbook?

It looks like there is an acute competition for suc*kers.

"Emil Lulic" <> wrote in message
news:0855D721-EE0D-47A6-989A-...
>I don't know about a Vista option, but try something along the lines of
>NoClone (or similar programs)...
> http://noclone.net/downloadx.asp
> Good Luck!
>
> Emil Lulic
>
> "Ron O'Brien" <> wrote in message
> news:uO5ij.28374$...
>> Is there a way of searching for duplicated files within Vista Premium?
>>
>> I have a second hard drive which I have just installed that contains
>> nothing but photographs, over the years I have copied then into different
>> folders for various reasons/purposes and now find myself with several
>> copies of the same photo in various folders and sub-folders (yes, I know
>> I shouldn't be so untidy!). So I need a way of getting windows to search
>> for files duplicates so I can start the tidy-up and free half my disk
>> space!!
>>
>> --
>> Ron O'Brien
>>


 
Reply With Quote
 
AlexB
Guest
Posts: n/a

 
      01-12-2008
Another correction:

Unfortunately I might have sent you on a dangerous path. in that scenario I
outlined so carelessly. You should remove the *first* directory, not the
*second* one, because the second directory will not be identical to the
first directory but it will contain all the files that the first directory
does.

When you do such things, take a deep breath, think carefully, triple check
everything and then remove directories.

I may still be goofing up somewhere but it is DOABLE without their magic
software.

"AlexB" <> wrote in message
news:...
> Yes but it is time consuming.
>
> Something off the top of my head but you can improve on it. It has nothing
> to do with Vista. You open the command prompt and make a CD
> C:\myImageFiles\ directory. Obviously it is just a made up example. When
> you get there you type in something like this:
>
> Copy *.* D:\myImageFiles\*.*
>
> In response you will get a prompt. The emulation DOS will ask you if you
> want to replace the duplicate files. the options will be: Y/N/All. Type A
> for All. You can use lower case also.
>
> What will follow is that ALL files from the first directory will be copied
> to the next directory. Thus you will be assured that the second directory
> is a total redundancy. DELETE all files in the second directory by using
> del *.* (at this stage Vista may show its personality by asking you to
> confirm your identity), then remove directory from the directory on n-1
> level by using rmdir myImageFiles command and go to the next directory.
>
> It might take you a bit of time but it is doable.
>
> Now, if your tiding up includes deleting discriminately unwanted files
> this is another matter. This also can be done with a method like this but
> it is much more complicated.
>
> "Ron O'Brien" <> wrote in message
> news:uO5ij.28374$...
>> Is there a way of searching for duplicated files within Vista Premium?
>>
>> I have a second hard drive which I have just installed that contains
>> nothing but photographs, over the years I have copied then into different
>> folders for various reasons/purposes and now find myself with several
>> copies of the same photo in various folders and sub-folders (yes, I know
>> I shouldn't be so untidy!). So I need a way of getting windows to search
>> for files duplicates so I can start the tidy-up and free half my disk
>> space!!
>>
>> --
>> Ron O'Brien
>>

>


 
Reply With Quote
 
Emil Lulic
Guest
Posts: n/a

 
      01-12-2008
I'm not a "good Samaritan" as you said (but you were right, I don't have the
software I recommended, because I'm tidy =D)! Of course you should realize,
that all advise here if "as is", and you should be careful with what you
follow, or what you suggest. If someone would post a question: "How do I
remove Vista?" wouldn't you answer it, just because you think it's bad to
"remove Vista"? I would, and I would let everybody do as they will with
their computer, at least they will have a clue as to HOW! I think, that Ron
O'Brien got enough alternative programs and procedures, to remove his
duplicate files, JOB DONE! We should be happy!!!
I really don't want to insult anyone, please keep that in mind when reading
this post... Thank you!

Emil Lulic

"AlexB" <> wrote in message
news:...
> I am wondering how many of these good samaritans are actually owners of
> the software they recommend?
>
> "FiarHors" <> wrote in message
> news:UL6ij.56159$EA5.39295@pd7urf2no...
>> Try ODIN Professional found at http://www.omegatron.nl/.
>>
>>
>>
>> Ron O'Brien wrote:
>>> Is there a way of searching for duplicated files within Vista Premium?
>>>
>>> I have a second hard drive which I have just installed that contains
>>> nothing but photographs, over the years I have copied then into
>>> different folders for various reasons/purposes and now find myself with
>>> several copies of the same photo in various folders and sub-folders
>>> (yes, I know I shouldn't be so untidy!). So I need a way of getting
>>> windows to search for files duplicates so I can start the tidy-up and
>>> free half my disk space!!
>>>

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Duplicate CD Phil Windows Vista General Discussion 4 09-20-2007 08:45 AM
duplicate cd Phil Windows Vista General Discussion 0 03-28-2007 12:18 AM
finding the iso for rc1 sie Windows Vista General Discussion 6 10-08-2006 02:57 PM
duplicate IP Flemming Windows Vista Networking 0 06-12-2006 05:56 AM
Duplicate OSs on PC, 32-64 חנן Windows Vista General Discussion 3 06-09-2006 04:31 AM



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 58 59