I made a quick and maybe dirty AHK app:
CODE
FileSelectFolder, I386,,, Select I386 folder
FileSelectFile, files, M3, %I386%, Select all the files comming from driver.cab
Loop, parse, files, `n
{
StringTrimRight, A_LoopField2, A_LoopField, 1
IfExist, %I386%\%A_LoopField2%_
FileAppend, %A_LoopField%`r`n, c:\hfslipdriver.cabi386.txt
FileGetSize, fsize, %I386%\%A_LoopField2%_, K
size+=fsize
}
FileAppend, `r`nSpace lost on the CD : %size%KB`r`n, c:\hfslipdriver.cabi386.txt
MsgBox, %size%KB
return
You need to extract driver.cab somewhere.
Then, at the second dialog, enter the folder you extracted driver.cab to and select all files (ctrl+A).
I have 2.2MB of duplicates in my
nlited SOURCESS.
NB: ntkrnlmp.exe has to be in I386.
http://sharpnet.ai-network.net/camarade/duplicates.exe(don't, at least for the moment, it will go public and legal [I hope] later)