apang 当前离线
上将
TOP
wucnu 当前离线
列兵
@echo off&setlocal enabledelayedexpansion for /f "delims=" %%a in ('dir /b /s /a') do ( set "temp=%%a" set "temp1=!temp:*-=!" call set temp=%%temp:-!temp1!=%% md "!temp!" move "%%a" "!temp!" )复制代码