lyphtesttest rename of file

tool: bkrename

下記はフォルダの修正

@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
FOR /D /R %%i IN (*) DO (
    SET "n=%%~nxi"
    REN "%%i" "!n: =-!"
)

原文地址:https://www.cnblogs.com/liuyunpiaohe/p/7131530.html