我来了 当前离线
少校
DAIC 当前离线
中将
@echo off for /f "delims=" %%i in ('dir /od *.PowerProClip') do ( set "file=%%i" ) ren "%file%" "hello.PowerProClip" move /y "hello.PowerProClip" "y:\来了"复制代码
评分人数
TOP
@echo off for /f "delims=" %%i in ('dir /b /od *.PowerProClip') do ( set "file=%%i" ) ren "%file%" "hello.PowerProClip" move /y "hello.PowerProClip" "y:\来了"复制代码