| | | @echo off&setlocal enabledelayedexpansion | | for /d %%x in (*) do if exist "%cd%\%%x" cd /d "%cd%\%%x"&&if exist "files" move "*.dll" "files">nul&echo 已移动: *.dll&for /d %%a in (*) do if /i not "%%a"=="files" echo %%a|findstr /be "[0-9][0-9][0-9][0-9]"||if exist "%%a" if exist "files" move "%%a" "files">nul&echo 已移动: %%a | | pauseCOPY |
这回完美了,睡觉!~
[ 本帖最后由 cjiabing 于 2010-10-9 03:02 编辑 ] |