thp2008 当前离线
六级士官
qixiaobin0715 当前离线
大校
TOP
went 当前离线
少校
@echo off setlocal enabledelayedexpansion set "n=0" for /r %%i in (*) do ( if not "%%~xi"=="" if "!%%~xi!"=="" ( set "%%~xi=true" set /a "n+=1" echo %%~xi ) ) echo 共%n%种类型 pause&exit复制代码
ivor 当前离线
上校
powershell "((dir -Recurse).Extension | group).Name"复制代码