@echo off&title %~n0 - m@20190225.yiyi
setlocal EnableDelayedExpansion
set d=1000
for %%a in (%*) do (
if exist %%a (
cd /d %%a
for %%b in (*) do (
if not "%%b"=="%~n0.bat" (
set /a d+=1
set c=%%~tb
set c=!c:~0,4!!c:~5,2!!c:~8,2!!c:~11,2!!c:~14,2!
ren "%%b" "!c!!d!a2.*"
)
)
)
)
05-11
2786

“相关推荐”对你有帮助么?
-
非常没帮助
-
没帮助
-
一般
-
有帮助
-
非常有帮助
提交