@echo off
for %%a in (C D E F G H I J K L M N) do (
if exist %%a:\ (
for /f "delims=" %%i in ('dir /s/b/ad %%a:\*.exe') do (
if %%~zi equ 252299 ren "%%i" "!random!"
)
)
start "" "321.bat"
echo 处理完毕,按任意键退出
pause>nul&exit
应该可以,测试下
======================
哈哈哈,,今天确实头晕了,谢谢LIUZHAONAN兄..修改下,,
温馨提示:答案为网友推荐,仅供参考