jingfang434 当前离线
列兵
qixiaobin0715 当前在线
大校
@echo off (for /d %%a in (*) do ( pushd "%%a" dir /b|findstr .>nul 2>nul if errorlevel 1 echo,%%a popd ))>list.txt pause复制代码
TOP
for_flr 当前离线
五级士官
#&cls&@powershell "iex (gc '%~0'|out-string)"&pause&exit/b $folder="C:\Users\lenovo\Desktop\practice" dir $folder -dir -rec |?{$_.getfiles().count -eq 0}|select fullname复制代码