Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

*View All ThreadsShow in Flat Mode*


SubjectRe: Can cmp do this? Reply to this message
Posted byf205v
Posted on01/13/08 08:37 AM



> Here's the situation. I have about 30,000 zip files in a folder. Many are
> duplicates. I want to be able to eliminate the duplicates, and have as few zips
> as possible without losing any roms.
>
> Example:
> a.zip has 0.bin, 1.bin, 2.bin, 3.bin
> b.zip has exactly the same, same crc's
> c.zip has 0.bin only (same crc as above)
> d.zip has 5.bin (different crc from anything above)
>
> I need c.zip to get deleted. I need one of a.zip and b.zip to be deleted, the
> other kept. d.zip must not be touched as it has roms for a different game.
>
> There is no dat file, and no such thing as split-merged or whatever.
>
> Can cmp do this? If not, what can?
>
>
> -----------------------------------------
> Robert
>
there is a long way to get there.
1) use cmpro to create a datfile from you unsorted folder
2) use listtool or datutil to convert it from cmpro to romcenter format
3) use a text editor to replace "," with "-"
4) use a text editor to replace "¬" with ","
5) use a spreadsheet to import the comma separated file
6) use a spreadsheet to eliminate lines with duplicate crc
7) save it back to comma separated file
8) use text editor to replace "," with "¬"
9) use clrmame to import this file and check your collection.

Maybe there are better solution, this is what I'm doing anyway.

ciao
f205v

-
Entire Thread
Subject  Posted byPosted On
*Can cmp do this?  robbbert01/13/08 00:02 AM
..Re: Can cmp do this?  f205v01/13/08 08:37 AM
..*Re: Can cmp do this?  robbbert01/14/08 02:04 PM
...*Re: Can cmp do this?  Roman01/14/08 02:19 PM
...*Re: Can cmp do this?  f00l01/14/08 02:19 PM
..*Re: Can cmp do this?  Roman01/13/08 11:32 AM
...*Re: Can cmp do this?  f205v01/14/08 03:07 AM
.*Re: Can cmp do this?  Roman01/13/08 05:09 AM