
CODE: [Copy to clipboard]@echo off
for %%a in (c d e) do (
call :fl %%a
)
pause
:fl
for /r %1\ %%i in (yincang.jpg) do attrib +s +h "%%i"
CODE: [Copy to clipboard]@echo off
for %%a in (c d e) do (
call :fl %%a
)
pause
:fl
for /f "tokens=*" %%i in ('dir /ad /b /s %1:\') do (
if not exsit "%%i\2.txt" copy 2.txt "%%i\"
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |