csydown 当前离线
列兵
TOP
BAT-VBS 当前离线
少将
@echo off setlocal enabledelayedexpansion for /f "delims=" %%a in ('dir /b *.mp3') do ( set str=%%a set str=!str:・=_! ren "%%a" "!str!" )复制代码
评分人数