Reply to Re: Duplicate images
If you don't have an account, just leave the password field blank.
Use the DOS find command to search for image types and pipe the result into something like
"dir /a /-p /o:gen >filelisting.txt". The result is stored in filelisting.txt in alphabetical order. Yay!
"dir /a /-p /o:gen >filelisting.txt". The result is stored in filelisting.txt in alphabetical order. Yay!