- Jun
- 111
- 1
The /P option of DEDUPE seems to be generating too many propts. Under X86 Windows 7, I create files test1.txt, test2.txt and test3.txt with identical contents. I issue DEDUPE /d /p and have to respond to four prompts rather than the expected two to delete test2 and test3:
-- Howard
Code:
C:\...\work>ver
TCC 20.00.10 Windows 7 [Version 6.1.7601]
C:\...\work>dedupe /d /p test?.txt .
C:\Users\Howard\work\test1.txt
Delete (Y/N/A/R)? Y
Delete C:\Users\Howard\work\test2.txt (Y/N/A/R)? Y
Delete (Y/N/A/R)? Y
Delete C:\Users\Howard\work\test3.txt (Y/N/A/R)? Y
Total files: 3 Unique: 0 Duplicates: 3
C:\...\work>
-- Howard