@echo off
set @=q&set/an=0x53b7e0b4
title Any question +%@%%@% %n%
set "文件夹=D:\test"
powershell ^
dir -liter '%文件夹%' -r^|?{$_ -is [System.IO.FileInfo]}^|group {$_.Name.toLower()}^|%%{^
if($_.Count -ge 2){^
Write-host ('['+$_.Count.toString()+']'+$_.Name);^
};^
}
echo;Any question +%@%%@% %n%
pause