p2p2009 当前离线
列兵
评分人数
tangqingfu 当前离线
少尉
TOP
BAT-VBS 当前离线
少将
@echo off for /d %%a in ("D:\test\*") do ( if "%%~nxa" neq "test1" ( rd /s /q "%%a" ) )复制代码