10/22/91 This ZIP file, KJAC3, should have: README.TXT this file DIRUTIL2.BAT BAT to make a dir listing sorted by desc size DIRUTIL2.BAS BASIC pgm to print same sized files FINDDUPS.BAT BAT sample to do process Example: FINDDUPS \BASIC sorts the files in dir \BASIC, and prints the ones with same sizes. Put all BATs somewhere on path. Put BASIC pgm in a dir called \BASIC. You must have DOS 5.0 and the included QBasic editor for this to work. Note: this only gets you a listing of files of the same size. To really determine if files are equal, issue following command: FC /A /L /LB2 file1 file2 Look up what it does (file compare) in DOS manual. It'd be possible to throw this in the BASIC pgm, but I didn't feel like doing so. Cheers, John Cochrane 6674E Peachtree Ind Blvd Doraville GA 30360 USA (404) 447-4593