摘要: 1 @echo off&setlocal EnableDelayedExpansion 2 set a=1 3 for /f "delims=" %%i in ('dir /b *.jpg') do ( 4 if not "%%~ni"=="%~n0" ( 5 if !a! LSS 10 (ren 阅读全文
posted @ 2021-10-08 14:51 我就丶是逗比 阅读(117) 评论(0) 推荐(0)