
CODE: [Copy to clipboard]@echo off
>"%temp%\b.txt" echo.this is example
for /r "C:\test\bbb" %%a in (*.txt) do (
copy /b "%temp%\b.txt"+"%%a" "%temp%\c.txt"
move /y "%temp%\c.txt" "%%a"
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |